Run lint for app module and set baseline

staging
mawen7 5 years ago committed by Michael Comella
parent 35f136b14b
commit 7208ce95a5

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

File diff suppressed because one or more lines are too long

@ -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

Loading…
Cancel
Save