mirror of
https://github.com/corda/corda.git
synced 2025-02-20 09:26:41 +00:00
NOTICK disable max line length check in detekt. (#5882)
This commit is contained in:
parent
b195e4f703
commit
f02bfc134b
@ -172,7 +172,7 @@ style:
|
||||
ignoreNamedArgument: true
|
||||
ignoreEnums: true
|
||||
MaxLineLength:
|
||||
active: true
|
||||
active: false
|
||||
excludes: "**/buildSrc/**"
|
||||
maxLineLength: 140
|
||||
excludePackageStatements: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user