We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1199379 commit 27c1866Copy full SHA for 27c1866
detekt.yml
@@ -1,45 +1,10 @@
1
-processors:
2
- active: true
3
-
4
-console-reports:
5
6
7
-comments:
8
9
10
-complexity:
11
12
13
-empty-blocks:
14
15
16
-exceptions:
17
18
19
formatting:
20
21
- android: false
22
- autoCorrect: true
+ android: true
23
MaximumLineLength:
24
25
maxLineLength: 120
26
excludes: ["**/test/**","**/androidTest/**"]
27
28
-naming:
29
30
31
-performance:
32
33
34
-potential-bugs:
35
36
37
style:
38
39
MaxLineLength:
40
41
42
- excludePackageStatements: true
43
- excludeImportStatements: true
44
- excludeCommentStatements: false
45
0 commit comments