Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
fix: disable UnusedResources lint
Browse files Browse the repository at this point in the history
  • Loading branch information
msfjarvis committed Dec 10, 2023
1 parent 7116233 commit 6245c83
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ 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")
}
Expand Down

0 comments on commit 6245c83

Please sign in to comment.