From 754b557790f54f8bef328f740b9c5df4ff37b440 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=85=E6=99=A8?= <136767481@qq.com> Date: Mon, 21 Apr 2025 17:09:22 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E5=B9=B6=E7=A7=BB=E9=99=A4=20Qodana=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6-=20=E5=B0=86=20README.md?= =?UTF-8?q?=20=E4=B8=AD=E7=9A=84=E9=A1=B9=E7=9B=AE=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E4=BB=8E"=E6=9D=90=E6=96=99=E5=95=86=E5=9F=8E=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F"=E6=94=B9=E4=B8=BA"=E9=9B=86=E6=9D=90=E7=A4=BE?= =?UTF-8?q?=E6=9D=90=E6=96=99=E5=95=86=E5=9F=8E=E7=B3=BB=E7=BB=9F"-=20?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=BA=86=20qodana.yaml=20=E6=96=87=E4=BB=B6?= =?UTF-8?q?=EF=BC=8C=E7=A7=BB=E9=99=A4=E4=BA=86=20Qodana=20=E5=88=86?= =?UTF-8?q?=E6=9E=90=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- jcs-java.code-workspace | 13 ------------- qodana.yaml | 31 ------------------------------- 3 files changed, 1 insertion(+), 45 deletions(-) delete mode 100644 jcs-java.code-workspace delete mode 100644 qodana.yaml diff --git a/README.md b/README.md index 35b9c77..318ef03 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -材料商城系统 \ No newline at end of file +集材社材料商城系统 \ No newline at end of file diff --git a/jcs-java.code-workspace b/jcs-java.code-workspace deleted file mode 100644 index 7906a97..0000000 --- a/jcs-java.code-workspace +++ /dev/null @@ -1,13 +0,0 @@ -{ - "folders": [ - { - "name": "jcs-java", - "path": "." - } - ], - "settings": { - "java.configuration.updateBuildConfiguration": "interactive", - "java.compile.nullAnalysis.mode": "automatic", - "java.jdt.ls.vmargs": "-XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx4G -Xms100m -Xlog:disable" - } -} \ No newline at end of file diff --git a/qodana.yaml b/qodana.yaml deleted file mode 100644 index 021f333..0000000 --- a/qodana.yaml +++ /dev/null @@ -1,31 +0,0 @@ -#-------------------------------------------------------------------------------# -# Qodana analysis is configured by qodana.yaml file # -# https://www.jetbrains.com/help/qodana/qodana-yaml.html # -#-------------------------------------------------------------------------------# -version: "1.0" - -#Specify inspection profile for code analysis -profile: - name: qodana.starter - -#Enable inspections -#include: -# - name: - -#Disable inspections -#exclude: -# - name: -# paths: -# - - -projectJDK: 22 #(Applied in CI/CD pipeline) - -#Execute shell command before Qodana execution (Applied in CI/CD pipeline) -#bootstrap: sh ./prepare-qodana.sh - -#Install IDE plugins before Qodana execution (Applied in CI/CD pipeline) -#plugins: -# - id: #(plugin id can be found at https://plugins.jetbrains.com) - -#Specify Qodana linter for analysis (Applied in CI/CD pipeline) -linter: jetbrains/qodana-jvm:latest