dash detekt: set maxIssues to -1
I noticed that with this setting I can detekt from android-studio and see all the issues reported in the Build Output. Without it, I can only see: "Build failed with X issues."
This commit is contained in:
parent
034cbef215
commit
a1f8cf807d
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
build:
|
build:
|
||||||
maxIssues: 0
|
maxIssues: -1
|
||||||
excludeCorrectable: false
|
excludeCorrectable: false
|
||||||
weights:
|
weights:
|
||||||
# complexity: 2
|
# complexity: 2
|
||||||
|
|
Loading…
Reference in a new issue