edit detekt rules
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Raffaele Mignone 2019-12-13 15:09:26 +01:00
parent 57768bee38
commit c846f04066
Signed by: norangebit
GPG Key ID: F5255658CB220573
1 changed files with 3 additions and 3 deletions

View File

@ -192,7 +192,7 @@ exceptions:
formatting:
active: true
android: false
android: true
autoCorrect: true
AnnotationOnSeparateLine:
active: false
@ -206,7 +206,7 @@ formatting:
Filename:
active: true
FinalNewline:
active: true
active: false
autoCorrect: true
ImportOrdering:
active: false
@ -223,7 +223,7 @@ formatting:
active: true
autoCorrect: true
MultiLineIfElse:
active: true
active: false
autoCorrect: true
NoBlankLineBeforeRbrace:
active: true