Update detekt command run on CI and the current error count.

This commit is contained in:
Tomasz Giszczak 2021-07-15 14:47:45 +02:00
parent ba901c9b45
commit aef9c92074
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ stages:
tags:
- medium
script:
- ./gradlew detekt
- ./gradlew detektBetaDebug
artifacts:
reports:
codequality: config/detekt/reports/detekt.json

View File

@ -2,7 +2,7 @@
# Default excluded files are `` ['**/test/**', '**/**Test/**', '**/gradle/**', '**/buildSrc/**'] ``
build:
maxIssues: 2022
maxIssues: 2037
excludeCorrectable: false
weights:
# complexity: 2