Update Qodana configuration

This commit is contained in:
Masterain
2023-10-03 03:34:54 -07:00
parent 53c1a0156d
commit c532799eb1
2 changed files with 6 additions and 1 deletions

View File

@@ -15,5 +15,7 @@ jobs:
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2023.2
with:
pr-mode: false
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}

View File

@@ -18,7 +18,10 @@ exclude:
paths:
- Snap.Hutao.Test
- Snap.Hutao.SourceGeneration
- name: All
paths:
- Snap.Hutao.SourceGeneration
- Snap.Hutao.Test
#Execute shell command before Qodana execution (Applied in CI/CD pipeline)
#bootstrap: sh ./prepare-qodana.sh