Skip to content

Commit 27c1866

Browse files
committed
Simplified detekt configs.
1 parent 1199379 commit 27c1866

File tree

1 file changed

+1
-36
lines changed

1 file changed

+1
-36
lines changed

detekt.yml

+1-36
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,10 @@
1-
processors:
2-
active: true
3-
4-
console-reports:
5-
active: true
6-
7-
comments:
8-
active: true
9-
10-
complexity:
11-
active: true
12-
13-
empty-blocks:
14-
active: true
15-
16-
exceptions:
17-
active: true
18-
191
formatting:
20-
active: true
21-
android: false
22-
autoCorrect: true
2+
android: true
233
MaximumLineLength:
24-
active: true
254
maxLineLength: 120
265
excludes: ["**/test/**","**/androidTest/**"]
276

28-
naming:
29-
active: true
30-
31-
performance:
32-
active: true
33-
34-
potential-bugs:
35-
active: true
36-
377
style:
38-
active: true
398
MaxLineLength:
40-
active: true
419
maxLineLength: 120
42-
excludePackageStatements: true
43-
excludeImportStatements: true
44-
excludeCommentStatements: false
4510
excludes: ["**/test/**","**/androidTest/**"]

0 commit comments

Comments
 (0)