mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2026-04-11 16:57:20 +02:00
fix: remove useless Lint suppression
This commit is contained in:
parent
81be3988c8
commit
1ae6cc4c8f
|
|
@ -44,8 +44,6 @@ object LintConfig {
|
|||
disable += "FragmentFieldInjection"
|
||||
// Too pedantic
|
||||
disable += "ArgInFormattedQuantityStringRes"
|
||||
// Biometric strings are temporarily unused due to issue 2802
|
||||
disable += "UnusedResources"
|
||||
}
|
||||
baseline = project.file("lint-baseline.xml")
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue