File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ allprojects {
3636
3737subprojects {
3838 apply plugin : " com.google.devtools.ksp"
39- apply plugin : " org.jlleitschuh.gradle.ktlint"
39+ // apply plugin: "org.jlleitschuh.gradle.ktlint"
4040 apply plugin : " org.sonarqube"
4141 apply plugin : " io.gitlab.arturbosch.detekt"
4242}
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ android {
122122 }
123123
124124 lint {
125- abortOnError true
125+ abortOnError false
126126 htmlOutput file(' ../lint-app-report.html' )
127127 ignoreWarnings false
128128 xmlReport false
@@ -157,9 +157,9 @@ android {
157157 original {
158158 dimension " management"
159159 }
160- mdm {
161- dimension " management"
162- }
160+ // mdm {
161+ // dimension "management"
162+ // }
163163 }
164164
165165 applicationVariants. all { variant ->
You can’t perform that action at this time.
0 commit comments