fix: disable InvalidPackage lint

This commit is contained in:
Harsh Shandilya 2025-05-26 19:36:06 +05:30
parent 0aaac90e63
commit eccdb91c82
4 changed files with 5 additions and 37 deletions

View file

@ -41,6 +41,9 @@ object LintConfig {
disable += "NewerVersionAvailable"
// Can't do anything about this
disable += "ObsoleteLintCustomCheck"
// I trust myself enough to not deal with the constantly
// changing error message.
disable += "InvalidPackage"
}
fun configureRootProject(project: Project) {