docs: 更新项目名称并移除 Qodana 配置文件- 将 README.md 中的项目名称从"材料商城系统"改为"集材社材料商城系统"- 删除了 qodana.yaml 文件,移除了 Qodana 分析配置

This commit is contained in:
清晨
2025-04-21 17:09:22 +08:00
parent de0bc82d41
commit 754b557790
3 changed files with 1 additions and 45 deletions

View File

@@ -1 +1 @@
材料商城系统
集材社材料商城系统

View File

@@ -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"
}
}

View File

@@ -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: <SomeEnabledInspectionId>
#Disable inspections
#exclude:
# - name: <SomeDisabledInspectionId>
# paths:
# - <path/where/not/run/inspection>
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> #(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