We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50ffeed commit 6dea7e8Copy full SHA for 6dea7e8
qodana.yaml
@@ -5,8 +5,18 @@ exclude:
5
- name: ConstantValue
6
- name: KotlinConstantConditions
7
- name: KDocUnresolvedReference
8
+
9
- name: UnusedSymbol
10
- name: UnusedImport
11
+ - name: KotlinUnusedImport
12
13
+ - name: UnusedReceiverParameter
14
+ - name: MemberVisibilityCanBePrivate
15
+ - name: RedundantNullableReturnType
16
17
+ - name: DuplicatedCode
18
+ - name: RemoveEmptyClassBody
19
20
- name: All
21
paths:
22
- common/src/main/java/
0 commit comments