mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 15:17:05 +05:30
chore(deps): bump compose-lint-checks
This commit is contained in:
parent
8d092a761a
commit
456205dece
2 changed files with 3 additions and 3 deletions
|
@ -73,8 +73,8 @@ private fun Lint.configureLint(project: Project) {
|
|||
abortOnError = true
|
||||
checkReleaseBuilds = true
|
||||
warningsAsErrors = true
|
||||
disable.add("DialogFragmentCallbacksDetector")
|
||||
error.add("ComposeM2Api")
|
||||
enable += "ComposeM2Api"
|
||||
error += "ComposeM2Api"
|
||||
baseline = project.file("lint-baseline.xml")
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue