NOTICK disable max line length check in detekt. (#5882)

This commit is contained in:
Christian Sailer 2020-01-23 16:40:38 +00:00 committed by Ramzi El-Yafi
parent fe52a415fb
commit 8842be29ac

View File

@ -172,7 +172,7 @@ style:
ignoreNamedArgument: true
ignoreEnums: true
MaxLineLength:
active: true
active: false
excludes: "**/buildSrc/**"
maxLineLength: 140
excludePackageStatements: true