Skip to content

Commit 825a61a

Browse files
committed
disable Timber lint checks
1 parent a4aa236 commit 825a61a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,10 @@ configure(subprojects.findAll { it.path.contains("gto-support") }) {
130130
jvmTarget = JavaVersion.VERSION_1_8.toString()
131131
freeCompilerArgs += '-Xjvm-default=all'
132132
}
133+
lintOptions {
134+
// HACK: disable Timber lint checks until https://github.com/JakeWharton/timber/issues/408 is fixed
135+
disable 'LogNotTimber','StringFormatInTimber','ThrowableNotAtBeginning','BinaryOperationInTimber','TimberArgCount','TimberArgTypes','TimberTagLength','TimberExceptionLogging'
136+
}
133137
testOptions {
134138
unitTests {
135139
includeAndroidResources = true

0 commit comments

Comments
 (0)