lint: ignore UnusedAttribute
This commit is contained in:
parent
81db276f8d
commit
ca9e390e60
@ -161,9 +161,13 @@ 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
|
// We have locale folders like "values-he" and "values-id" as symlinks
|
||||||
// since some devices ship deprecated locale codes
|
// since some devices ship deprecated locale codes
|
||||||
disable 'LocaleFolder'
|
disable 'LocaleFolder'
|
||||||
|
|
||||||
|
// Like supportsRtl or parentActivityName. They are on purpose.
|
||||||
|
disable 'UnusedAttribute'
|
||||||
}
|
}
|
||||||
|
|
||||||
packagingOptions {
|
packagingOptions {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user