1
0
Fork 0

Run lint for app module and set baseline

master
mawen7 2019-11-22 00:26:42 +01:00 committed by Michael Comella
parent 35f136b14b
commit 7208ce95a5
3 changed files with 12122 additions and 2 deletions

View File

@ -198,6 +198,7 @@ android {
}
lintOptions {
baseline file("lint-baseline.xml")
lintConfig file("lint.xml")
}

12119
app/lint-baseline.xml 100644

File diff suppressed because one or more lines are too long

View File

@ -49,9 +49,9 @@ jobs:
treeherder:
symbol: ktlint
lint:
description: 'Running tlint over all modules'
description: 'Running lint over all modules'
run:
using: gradlew
gradlew: [lintDebug]
gradlew: ['lintDebug', 'app:lintGeckoNightlyDebug']
treeherder:
symbol: lint