mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 23:27:04 +05:30
fix: disable InvalidPackage
lint
This commit is contained in:
parent
0aaac90e63
commit
eccdb91c82
4 changed files with 5 additions and 37 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue