Skip to content

Commit 0ec9f61

Browse files
committed
adds qodana baseline configuration to workflow
Integrates a baseline file for Qodana in the GitHub Actions workflow to compare analysis results against a predefined state. This helps to minimize noise by filtering out preexisting issues.
1 parent 1037f82 commit 0ec9f61

File tree

2 files changed

+161643
-0
lines changed

2 files changed

+161643
-0
lines changed

.github/workflows/qodana_code_quality.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
name: 'Qodana Scan'
2929
uses: jetbrains/qodana-action@v2024.3.4
3030
with:
31+
args: --baseline,qodana.sarif.json
3132
cache-default-branch-only: true
3233
pr-mode: true
3334
env:

0 commit comments

Comments
 (0)