mirror of
https://github.com/corda/corda.git
synced 2024-12-18 12:46:29 +00:00
6 lines
292 B
YAML
6 lines
292 B
YAML
|
#Detekt 1.0.1
|
||
|
#Gradle task detektBaseline would always fail due to the fact that the existing baseline would not be taken into
|
||
|
#account so existing issues flare up. We set the max issues allowed to a high number to force detekt to pass when
|
||
|
#generating a baseline.
|
||
|
build:
|
||
|
maxIssues: 9999999
|