Bug 1881571 - Add tooling-lint component to Fenix

fenix/125.0
Jonathan Almeida 2 months ago committed by mergify[bot]
parent c7a929e411
commit 674bef5781

@ -86,6 +86,7 @@ projects:
- support-test-libstate
- support-utils
- support-webextensions
- tooling-lint
- ui-autocomplete
- ui-colors
- ui-icons

@ -726,6 +726,7 @@ dependencies {
testImplementation "org.mozilla.telemetry:glean-native-forUnitTests:${project.ext.glean_version}"
lintChecks project(":mozilla-lint-rules")
lintChecks project(':tooling-lint')
}
protobuf {

@ -17,9 +17,6 @@ class LintIssueRegistry : IssueRegistry() {
override val api: Int = com.android.tools.lint.detector.api.CURRENT_API
override val issues: List<Issue> = listOf(
ButtonStyleXmlDetector.ISSUE_XML_STYLE,
AndroidSrcXmlDetector.ISSUE_XML_SRC_USAGE,
TextViewAndroidSrcXmlDetector.ISSUE_XML_SRC_USAGE,
ImageViewAndroidTintXmlDetector.ISSUE_XML_SRC_USAGE,
LicenseDetector.ISSUE_MISSING_LICENSE,
LicenseDetector.ISSUE_INVALID_LICENSE_FORMAT,
) + ConstraintLayoutPerfDetector.ISSUES + ContextCompatDetector.ISSUES

Loading…
Cancel
Save