lint: disable LocaleFolder check
This commit is contained in:
parent
f1c3e5ee32
commit
603a5b25e4
@ -184,6 +184,9 @@ android {
|
|||||||
|
|
||||||
// Our translations are crowd-sourced
|
// Our translations are crowd-sourced
|
||||||
disable 'MissingTranslation'
|
disable 'MissingTranslation'
|
||||||
|
// We have locale folders like "values-he" and "values-id" as symlinks
|
||||||
|
// since some devices ship deprecated locale codes
|
||||||
|
disable 'LocaleFolder'
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user