diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-04-24 16:37:57 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2022-04-24 16:47:51 +0530 |
commit | f1556242fa7b5a866477a2f2223ca6321550676b (patch) | |
tree | ada6575afa4d5dc928324b4e182cacb80ebe0ba2 /app/lint.xml | |
parent | 901845e74519cf0278fda8aba72a4f3399aefc8c (diff) |
app: address ContentDescription lint
Diffstat (limited to 'app/lint.xml')
-rw-r--r-- | app/lint.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/lint.xml b/app/lint.xml index b307a8b4..29ad01f4 100644 --- a/app/lint.xml +++ b/app/lint.xml @@ -3,6 +3,10 @@ ~ SPDX-License-Identifier: GPL-3.0-only --> <lint> + <issue id="ContentDescription"> + <ignore path="src/main/res/layout/oreo_autofill_dataset.xml" /> + <ignore path="src/main/res/layout/oreo_autofill_filter_row.xml" /> + </issue> <issue id="InvalidPackage"> <ignore regexp="X509LDAPCertStoreSpi" /> </issue> |