commit 593174a0f7153fe141176ea64015899eaafb8db4
parent 25b4f05ee86414c60f4d947d6251b7bc1502a503
Author: Eemeli Aro <eemeli@gmail.com>
Date: Thu, 27 Nov 2025 09:43:34 +0000
Bug 2002679 - Ignore MissingQuantity Android lint error r=android-reviewers,petru
Differential Revision: https://phabricator.services.mozilla.com/D274250
Diffstat:
3 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/mobile/android/android-components/lint.xml b/mobile/android/android-components/lint.xml
@@ -3,6 +3,7 @@
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<lint>
+ <issue id="MissingQuantity" severity="ignore" />
<issue id="BrandUsage" severity="error">
<ignore path="**/values-*/strings.xml" />
</issue>
diff --git a/mobile/android/fenix/app/lint.xml b/mobile/android/fenix/app/lint.xml
@@ -11,6 +11,7 @@
<!-- Lints that don't apply to our translation process -->
<issue id="MissingTranslation" severity="ignore" />
+ <issue id="MissingQuantity" severity="ignore" />
<issue id="PluralsCandidate" severity="ignore" />
<issue id="StringFormatCount" severity="ignore" />
<issue id="TypographyEllipsis" severity="ignore" />
diff --git a/mobile/android/focus-android/app/lint.xml b/mobile/android/focus-android/app/lint.xml
@@ -6,6 +6,7 @@
<!-- While we are developing the app and importing/exporting strings from the l10n repository
there will always be missing or extra translations. -->
<issue id="MissingTranslation" severity="ignore" />
+ <issue id="MissingQuantity" severity="ignore" />
<issue id="PluralsCandidate" severity="ignore" />
<issue id="StringFormatCount" severity="ignore" />
<issue id="TypographyEllipsis" severity="ignore" />