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 { lintOptions {
baseline file("lint-baseline.xml")
lintConfig file("lint.xml") lintConfig file("lint.xml")
} }

File diff suppressed because one or more lines are too long

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

Loading…
Cancel
Save