diff options
Diffstat (limited to 'android')
| -rw-r--r-- | android/config/lint.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android/config/lint.xml b/android/config/lint.xml index b885b0b711..981075ff91 100644 --- a/android/config/lint.xml +++ b/android/config/lint.xml @@ -12,4 +12,6 @@ <!-- Temporarily ignore the below checks while migrating to version catalogs. --> <issue id="GradleDependency" severity="ignore" /> <issue id="AndroidGradlePluginVersion" severity="ignore" /> + <!-- Temporarily ignored since a dependency is checked with older version of lint --> + <issue id="ObsoleteLintCustomCheck" severity="ignore" /> </lint> |
