From 1d4333d189651a613b8f0b631470a247a47d0fad Mon Sep 17 00:00:00 2001 From: Aayush Gupta Date: Wed, 19 Apr 2023 13:45:18 +0530 Subject: [PATCH] Add dedicated lint config and ignore missing translations Translations are done by volunteers when possible, so no need to make it an error. Also our translation platform has issues for now that makes it a legit case to be ignored. Signed-off-by: Aayush Gupta --- app/build.gradle | 4 ++++ app/lint.xml | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 app/lint.xml diff --git a/app/build.gradle b/app/build.gradle index 25454f08a..daadfb56b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -90,6 +90,10 @@ android { sourceCompatibility JavaVersion.VERSION_11 targetCompatibility JavaVersion.VERSION_11 } + + lint { + lintConfig file("lint.xml") + } } kapt { diff --git a/app/lint.xml b/app/lint.xml new file mode 100644 index 000000000..db997a536 --- /dev/null +++ b/app/lint.xml @@ -0,0 +1,4 @@ + + + +