Skip to content

Commit ee35c6e

Browse files
authored
fix: master not compiling (Flank#1044)
* Detekt fix 1.0 * Detekt fixed for annotations on single line
1 parent c57cd98 commit ee35c6e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

config/detekt.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ formatting:
107107
android: false
108108
autoCorrect: true
109109
AnnotationOnSeparateLine:
110-
active: true
110+
active: false
111111
autoCorrect: true
112112
ChainWrapping:
113113
active: true
@@ -130,12 +130,11 @@ formatting:
130130
autoCorrect: false
131131
Indentation:
132132
active: false
133-
autoCorrect: true
133+
autoCorrect: false
134134
indentSize: 4
135135
continuationIndentSize: 4
136136
MaximumLineLength:
137137
active: false
138-
autoCorrect: false
139138
ModifierOrdering:
140139
active: true
141140
autoCorrect: true

0 commit comments

Comments
 (0)