Skip to content

Commit 8e137bf

Browse files
committed
Qodana remove exclusion
1 parent 2925599 commit 8e137bf

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/code_quality.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Qodana
22
on:
33
workflow_dispatch:
44
pull_request:
5+
branches:
6+
- development
7+
- master
58
push:
69
branches:
710
- development

qodana.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
11
version: "1.0"
2-
linter: jetbrains/qodana-jvm-community:2022.3
3-
exclude:
4-
- name: All
5-
paths:
6-
- examples
2+
linter: jetbrains/qodana-jvm-community:2022.3

0 commit comments

Comments
 (0)