We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5090a9f + e63419e commit fbcbbffCopy full SHA for fbcbbff
quality/konsist/src/test/kotlin/net/thunderbird/quality/ValidateLogger.kt
@@ -30,7 +30,7 @@ class ValidateLogger {
30
.filterNot { it.hasNameMatching("ConsoleLogSink.android|ConsoleLogSinkTest.android".toRegex()) }
31
.filterNot {
32
// Exclude legacy code that still uses Timber
33
- it.hasNameMatching("LogFileWriter|FileLoggerTree|K9".toRegex())
+ it.hasNameMatching("LogFileWriter|FileLoggerTree|K9|DebugLogConfigurator".toRegex())
34
}
35
.assertFalse(
36
additionalMessage = "No class should use timber.log.Timber import, use net.thunderbird.core.logging.Logger instead."
0 commit comments