mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 00:37:03 +05:30
fix: prevent upgrading to Anvil k1.8 build
This commit is contained in:
parent
543edf36e8
commit
e3627ca89d
8 changed files with 19 additions and 7 deletions
|
@ -16,6 +16,7 @@ object LintConfig {
|
|||
fun Lint.configureLint(project: Project, isJVM: Boolean = false) {
|
||||
quiet = project.providers.environmentVariable("CI").isPresent
|
||||
abortOnError = true
|
||||
checkDependencies = true
|
||||
checkReleaseBuilds = true
|
||||
warningsAsErrors = true
|
||||
ignoreWarnings = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue