diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 0db9c6e..94af9ef 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -74,11 +74,11 @@ body: All config files on your server. 例如以下文件(或者文件夹): Example files (or folders): - - \spigot.yml - - \bukkit.yml - - \config\\\* - - \lophine_config\\\* - - \luminol_config\\\* + - \spigot.yml + - \bukkit.yml + - \config\\\* + - \lophine_config\\\* + - \luminol_config\\\* - type: textarea id: other attributes: diff --git a/.github/workflows/qodana_code_quality.yml b/.github/workflows/qodana_code_quality.yml index c5b2754..ac7cd61 100644 --- a/.github/workflows/qodana_code_quality.yml +++ b/.github/workflows/qodana_code_quality.yml @@ -21,7 +21,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit fetch-depth: 0 # a full history is required for pull request analysis - name: 'Qodana Scan' - uses: JetBrains/qodana-action@v2025.3 + uses: JetBrains/qodana-action@latest with: pr-mode: false env: diff --git a/.gitignore b/.gitignore index e8ff269..f550ab5 100644 --- a/.gitignore +++ b/.gitignore @@ -6,12 +6,10 @@ build /run -/lightingluminol-server/build.gradle.kts -/lightingluminol-api/build.gradle.kts -/luminol-server/build.gradle.kts -/luminol-server/src/minecraft +/lophine-server/build.gradle.kts +/lophine-api/build.gradle.kts +/lophine-server/src/minecraft /paper-server -/luminol-api/build.gradle.kts /paper-api /paper-api-generator diff --git a/qodana.yaml b/qodana.yaml index 8e7b8ce..eba7088 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -3,8 +3,8 @@ #################################################################################################################### version: "1.0" -linter: jetbrains/qodana-jvm:2025.3 +linter: jetbrains/qodana-jvm-community:latest profile: name: qodana.recommended include: - - name: CheckDependencyLicenses \ No newline at end of file + - name: CheckDependencyLicenses