aboutsummaryrefslogtreecommitdiff
path: root/detekt-baselines/app.xml
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2023-01-28 17:44:31 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2023-01-28 19:01:05 +0530
commitca032a17373ae8e4e76f47cbc5963ac527b474d9 (patch)
treedd82add86696c93d28ad7f75746a31c14837d4cb /detekt-baselines/app.xml
parentce54200092afef5343c9eed089ea2b16d89b87e4 (diff)
refactor: extract SLF4J loggers for re-use
Diffstat (limited to 'detekt-baselines/app.xml')
-rw-r--r--detekt-baselines/app.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/detekt-baselines/app.xml b/detekt-baselines/app.xml
index 2b6993f8..594291d4 100644
--- a/detekt-baselines/app.xml
+++ b/detekt-baselines/app.xml
@@ -81,8 +81,8 @@
<ID>SpreadOperator:ErrorMessages.kt$GitException.PushException$(res, *fmt)</ID>
<ID>ThrowsCount:GitCommandExecutor.kt$GitCommandExecutor$suspend fun execute(): Result&lt;Unit, Throwable&gt;</ID>
<ID>ThrowsCount:SshKey.kt$SshKey$fun import(uri: Uri)</ID>
+ <ID>TooManyFunctions:AbstractLogger.kt$AbstractLogger : Logger</ID>
<ID>TooManyFunctions:PasswordStore.kt$PasswordStore : BaseGitActivity</ID>
- <ID>TooManyFunctions:SshjConfig.kt$AbstractLogger : Logger</ID>
<ID>TopLevelPropertyNaming:AutofillMatcher.kt$private const val PREFERENCES_AUTOFILL_APP_MATCHES = "oreo_autofill_app_matches"</ID>
<ID>TopLevelPropertyNaming:AutofillMatcher.kt$private const val PREFERENCES_AUTOFILL_WEB_MATCHES = "oreo_autofill_web_matches"</ID>
<ID>TopLevelPropertyNaming:PasswordStore.kt$const val PASSWORD_FRAGMENT_TAG = "PasswordsList"</ID>