We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee23de0 commit 9312546Copy full SHA for 9312546
2 files changed
.github/qodana.yaml
@@ -0,0 +1,4 @@
1
+version: 1.0
2
+linter: qodana-jvm-community
3
+profile:
4
+ name: qodana.recommended
.github/workflows/build.yml
@@ -163,7 +163,6 @@ jobs:
163
uses: JetBrains/qodana-action@v2025.1.1
164
with:
165
cache-default-branch-only: true
166
- args: --ide QDJVMC
167
168
# Run plugin structure verification along with IntelliJ Plugin Verifier
169
verify:
0 commit comments