diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-04-24 16:28:55 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2022-04-24 16:47:51 +0530 |
commit | 975c9f5dfc29d9a2a32e26642909abd90d35243b (patch) | |
tree | 7de30f82c7b675cb652a495cbdcde6fa466aefe0 /app/lint.xml | |
parent | 4775d4429283b2d49905d7dc080c19e5302f7fd7 (diff) |
app: address MissingQuantity lint
Diffstat (limited to 'app/lint.xml')
-rw-r--r-- | app/lint.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/lint.xml b/app/lint.xml index 73d81f99..b307a8b4 100644 --- a/app/lint.xml +++ b/app/lint.xml @@ -6,6 +6,9 @@ <issue id="InvalidPackage"> <ignore regexp="X509LDAPCertStoreSpi" /> </issue> + <issue id="MissingQuantity"> + <ignore path="src/main/res/values-fr/strings.xml" /> + </issue> <issue id="TrustAllX509TrustManager"> <ignore regexp="bouncycastle" /> <ignore regexp="eclipse/jgit" /> |