#1272 Lint Issue: MissingTranslation - make MissingTranslation a warning

This commit is contained in:
Sean Mac Gillicuddy 2020-02-20 14:53:08 +00:00
parent 2369320acb
commit dbc5d93b31
2 changed files with 2 additions and 1 deletions

View File

@ -111,7 +111,7 @@
<inspection_tool class="AndroidLintMissingBackupPin" enabled="true" level="ERROR" enabled_by_default="true" />
<inspection_tool class="AndroidLintMissingFirebaseInstanceTokenRefresh" enabled="true" level="ERROR" enabled_by_default="true" />
<inspection_tool class="AndroidLintMissingId" enabled="true" level="ERROR" enabled_by_default="true" />
<inspection_tool class="AndroidLintMissingTranslation" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
<inspection_tool class="AndroidLintMissingTranslation" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="AndroidLintMissingVersion" enabled="true" level="ERROR" enabled_by_default="true" />
<inspection_tool class="AndroidLintNegativeMargin" enabled="true" level="ERROR" enabled_by_default="true" />
<inspection_tool class="AndroidLintNestedScrolling" enabled="true" level="ERROR" enabled_by_default="true" />

View File

@ -101,6 +101,7 @@ class AllProjectConfigurer {
warning(
"UnknownNullness",
"SelectableText",
"MissingTranslation",
"IconDensities",
"ContentDescription",
"IconDipSize"