Slide 22
Slide 22 text
Plugin con!guration
androidLint('**/outputs/lint-results.xml') {
thresholdLimit('low')
useStableBuildAsReference(false)
useDeltaValues(false)
shouldDetectModules(false)
thresholds(
unstableTotal: [all: 3, high: 3, normal: 3, low: 3],
failedTotal: [all: 3, high: 3, normal: 3, low: 3],
unstableNew: [all: 0, high: 0, normal: 0, low: 0],
failedNew: [all: 0, high: 0, normal: 0, low: 0]
)
}