Skip to content

Commit a8f7739

Browse files
committed
gradle: Disable lint for now
1 parent 43b8579 commit a8f7739

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ allprojects {
3636

3737
subprojects {
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
}

owncloudApp/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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 ->

0 commit comments

Comments
 (0)