detekt config update

This commit is contained in:
alex 2020-03-04 15:14:52 +03:00
parent 88cab67d73
commit afaa32863e
1 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ formatting:
android: true
autoCorrect: true
MaximumLineLength:
active: false
active: true
console-reports:
active: true
@ -69,8 +69,8 @@ complexity:
active: true
threshold: 800
LongMethod:
active: false
threshold: 40
active: true
threshold: 80
LongParameterList:
active: true
threshold: 10