mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
ee09cd8762
* TM-45 make the baseline generating task show a successful build regardless of the existing detekt violations * TM-45 address PR feedback
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 |