We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2925599 commit 8e137bfCopy full SHA for 8e137bf
2 files changed
.github/workflows/code_quality.yml
@@ -2,6 +2,9 @@ name: Qodana
2
on:
3
workflow_dispatch:
4
pull_request:
5
+ branches:
6
+ - development
7
+ - master
8
push:
9
branches:
10
- development
qodana.yaml
@@ -1,6 +1,2 @@
1
version: "1.0"
-linter: jetbrains/qodana-jvm-community:2022.3
-exclude:
- - name: All
- paths:
- - examples
+linter: jetbrains/qodana-jvm-community:2022.3
0 commit comments