Skip to content

Commit 11f11db

Browse files
committed
test: remove the DebugLogConfigurator from the exclusion list of Timber logging, present in the ValidateLogger#no class should use Timber logging quality test
1 parent 2cb1c36 commit 11f11db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quality/konsist/src/test/kotlin/net/thunderbird/quality/ValidateLogger.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class ValidateLogger {
3030
.filterNot { it.hasNameMatching("ConsoleLogSink.android|ConsoleLogSinkTest.android".toRegex()) }
3131
.filterNot {
3232
// Exclude legacy code that still uses Timber
33-
it.hasNameMatching("LogFileWriter|FileLoggerTree|K9|DebugLogConfigurator".toRegex())
33+
it.hasNameMatching("LogFileWriter|FileLoggerTree|K9".toRegex())
3434
}
3535
.assertFalse(
3636
additionalMessage = "No class should use timber.log.Timber import, use net.thunderbird.core.logging.Logger instead."

0 commit comments

Comments
 (0)