mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-26 04:09:50 +00:00
Bug 1881571 - Add tooling-lint component to Focus
This commit is contained in:
parent
5483ea8599
commit
aefc524737
@ -63,6 +63,7 @@ projects:
|
||||
- support-test-libstate
|
||||
- support-utils
|
||||
- support-webextensions
|
||||
- tooling-lint
|
||||
- ui-autocomplete
|
||||
- ui-colors
|
||||
- ui-icons
|
||||
|
@ -47,6 +47,7 @@ android {
|
||||
|
||||
lint {
|
||||
lintConfig file("lint.xml")
|
||||
baseline file("lint-baseline.xml")
|
||||
}
|
||||
|
||||
// We have a three dimensional build configuration:
|
||||
@ -355,6 +356,7 @@ dependencies {
|
||||
androidTestImplementation ComponentsDependencies.androidx_test_runner
|
||||
androidTestUtil FocusDependencies.androidx_orchestrator
|
||||
|
||||
lintChecks project(':tooling-lint')
|
||||
}
|
||||
// -------------------------------------------------------------------------------------------------
|
||||
// Dynamically set versionCode (See tools/build/versionCode.gradle
|
||||
|
7196
mobile/android/focus-android/app/lint-baseline.xml
Normal file
7196
mobile/android/focus-android/app/lint-baseline.xml
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user