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:
Andrei Vereha 2021-03-11 21:43:03 +01:00
parent 034cbef215
commit a1f8cf807d

View file

@ -1,5 +1,5 @@
build: build:
maxIssues: 0 maxIssues: -1
excludeCorrectable: false excludeCorrectable: false
weights: weights:
# complexity: 2 # complexity: 2