Ensure we will not use the template string by mistake

This commit is contained in:
Benoit Marty 2021-03-03 18:08:05 +01:00
parent 035c10364d
commit 7eec98ea23
2 changed files with 6 additions and 0 deletions

View file

@ -175,3 +175,6 @@ PreferenceManager\.getDefaultSharedPreferences==2
### Use ViewBindings
# findViewById
### Do not use `template_` string. Please remove the prefix `template_` to use the generated resource instead.
R\.string\.template_

View file

@ -40,6 +40,9 @@ android\:summary=\"[^@|\%s]
app\:ms_floatingLabelText=\"[^@]
app\:ms_hint=\"[^@]
### Do not use `template_` string. Please remove the prefix `template_` to use the generated resource instead.
\"@string/template_
### "DO NOT COMMIT" has been committed
DO NOT COMMIT