mirror of
https://github.com/corda/corda.git
synced 2025-02-22 10:10:59 +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
|
ignoreNamedArgument: true
|
||||||
ignoreEnums: true
|
ignoreEnums: true
|
||||||
MaxLineLength:
|
MaxLineLength:
|
||||||
active: true
|
active: false
|
||||||
excludes: "**/buildSrc/**"
|
excludes: "**/buildSrc/**"
|
||||||
maxLineLength: 140
|
maxLineLength: 140
|
||||||
excludePackageStatements: true
|
excludePackageStatements: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user