From 6319ddf78fc776a667a1cc679b1c33fafae86225 Mon Sep 17 00:00:00 2001 From: Helvetica Volubi <88063803+Suisuroru@users.noreply.github.com> Date: Sun, 8 Feb 2026 01:20:10 +0800 Subject: [PATCH] [ci skip]update qodana (#131) * qodana update test use community version * fix: update bug-report.yml and qodana.yaml for improved configuration clarity * chore: configure Git user details for CI environment * [ci skip]fix: update linter image in qodana.yaml to use community version * fix: update linter and action versions to use latest releases * Revert "chore: configure Git user details for CI environment" This reverts commit e53b12ac49711973859c288732b31dffbf061965. * fix: update qodana.yaml to exclude all files instead of just JavaFiles * Revert "qodana update test" This reverts commit 4aac78cb7298f992772472c0953d373339db5e04. * [ci skip]fix: update .gitignore and qodana.yaml for project structure changes --- .github/ISSUE_TEMPLATE/bug-report.yml | 10 +++++----- .github/workflows/qodana_code_quality.yml | 2 +- .gitignore | 8 +++----- qodana.yaml | 4 ++-- 4 files changed, 11 insertions(+), 13 deletions(-) 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