Skip to content

Commit

Permalink
fix: master not compiling (#1044)
Browse files Browse the repository at this point in the history
* Detekt fix 1.0

* Detekt fixed for annotations on single line
  • Loading branch information
Sloox authored Aug 24, 2020
1 parent c57cd98 commit ee35c6e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions config/detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ formatting:
android: false
autoCorrect: true
AnnotationOnSeparateLine:
active: true
active: false
autoCorrect: true
ChainWrapping:
active: true
Expand All @@ -130,12 +130,11 @@ formatting:
autoCorrect: false
Indentation:
active: false
autoCorrect: true
autoCorrect: false
indentSize: 4
continuationIndentSize: 4
MaximumLineLength:
active: false
autoCorrect: false
ModifierOrdering:
active: true
autoCorrect: true
Expand Down

0 comments on commit ee35c6e

Please sign in to comment.