[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 commite53b12ac49. * fix: update qodana.yaml to exclude all files instead of just JavaFiles * Revert "qodana update test" This reverts commit4aac78cb72. * [ci skip]fix: update .gitignore and qodana.yaml for project structure changes
This commit is contained in:
@@ -74,11 +74,11 @@ body:
|
|||||||
All config files on your server.
|
All config files on your server.
|
||||||
例如以下文件(或者文件夹):
|
例如以下文件(或者文件夹):
|
||||||
Example files (or folders):
|
Example files (or folders):
|
||||||
- \spigot.yml
|
- \spigot.yml
|
||||||
- \bukkit.yml
|
- \bukkit.yml
|
||||||
- \config\\\*
|
- \config\\\*
|
||||||
- \lophine_config\\\*
|
- \lophine_config\\\*
|
||||||
- \luminol_config\\\*
|
- \luminol_config\\\*
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: other
|
id: other
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ jobs:
|
|||||||
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
|
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
|
fetch-depth: 0 # a full history is required for pull request analysis
|
||||||
- name: 'Qodana Scan'
|
- name: 'Qodana Scan'
|
||||||
uses: JetBrains/qodana-action@v2025.3
|
uses: JetBrains/qodana-action@latest
|
||||||
with:
|
with:
|
||||||
pr-mode: false
|
pr-mode: false
|
||||||
env:
|
env:
|
||||||
|
|||||||
+3
-5
@@ -6,12 +6,10 @@ build
|
|||||||
|
|
||||||
/run
|
/run
|
||||||
|
|
||||||
/lightingluminol-server/build.gradle.kts
|
/lophine-server/build.gradle.kts
|
||||||
/lightingluminol-api/build.gradle.kts
|
/lophine-api/build.gradle.kts
|
||||||
/luminol-server/build.gradle.kts
|
/lophine-server/src/minecraft
|
||||||
/luminol-server/src/minecraft
|
|
||||||
/paper-server
|
/paper-server
|
||||||
/luminol-api/build.gradle.kts
|
|
||||||
/paper-api
|
/paper-api
|
||||||
/paper-api-generator
|
/paper-api-generator
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
####################################################################################################################
|
####################################################################################################################
|
||||||
|
|
||||||
version: "1.0"
|
version: "1.0"
|
||||||
linter: jetbrains/qodana-jvm:2025.3
|
linter: jetbrains/qodana-jvm-community:latest
|
||||||
profile:
|
profile:
|
||||||
name: qodana.recommended
|
name: qodana.recommended
|
||||||
include:
|
include:
|
||||||
|
|||||||
Reference in New Issue
Block a user