diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-05-16 15:54:50 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2023-05-16 15:54:50 +0530 |
commit | 05c9c8c0ef67c1283aa6c57f7786c9d704655754 (patch) | |
tree | c63d5faf31da54ef542385caf46a3c1223f9d0cd | |
parent | 72696ae557f6f156fb13f68e1cdb33cbea6d4b44 (diff) |
fix(app): remove invalid lint
-rw-r--r-- | app/lint.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/lint.xml b/app/lint.xml index af4a7b2c..9a7b346e 100644 --- a/app/lint.xml +++ b/app/lint.xml @@ -41,7 +41,6 @@ <ignore path="src/main/res/drawable/ic_miscellaneous_services_24px.xml" /> </issue> <issue id="GradleDependency" severity="ignore" /> - <issue id="ReportShortcutUsage" severity="ignore" /> <issue id="MissingTranslation" severity="ignore" /> <issue id="ImpliedQuantity" severity="ignore" /> </lint> |