Skip to content

Commit 68f7cbf

Browse files
committed
feat: lint abortOnError
1 parent 1065d5c commit 68f7cbf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

voice/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ android {
4848
test.java.srcDirs += "src/test/kotlin"
4949
androidTest.java.srcDirs += "src/androidTest/kotlin"
5050
}
51+
52+
lintOptions {
53+
abortOnError true
54+
}
5155
}
5256

5357
dependencies {

0 commit comments

Comments
 (0)