mirror of
https://github.com/corda/corda.git
synced 2024-12-19 21:17:58 +00:00
NOTICK disable max line length check in detekt. (#5882)
This commit is contained in:
parent
fe52a415fb
commit
8842be29ac
@ -172,7 +172,7 @@ style:
|
||||
ignoreNamedArgument: true
|
||||
ignoreEnums: true
|
||||
MaxLineLength:
|
||||
active: true
|
||||
active: false
|
||||
excludes: "**/buildSrc/**"
|
||||
maxLineLength: 140
|
||||
excludePackageStatements: true
|
||||
|
Loading…
Reference in New Issue
Block a user