Skip to content

Commit 9312546

Browse files
committed
fix(github): specify codana settings in .github/?
1 parent ee23de0 commit 9312546

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/qodana.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
version: 1.0
2+
linter: qodana-jvm-community
3+
profile:
4+
name: qodana.recommended

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ jobs:
163163
uses: JetBrains/qodana-action@v2025.1.1
164164
with:
165165
cache-default-branch-only: true
166-
args: --ide QDJVMC
167166

168167
# Run plugin structure verification along with IntelliJ Plugin Verifier
169168
verify:

0 commit comments

Comments
 (0)