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