diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-01-28 17:44:31 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2023-01-28 19:01:05 +0530 |
commit | ca032a17373ae8e4e76f47cbc5963ac527b474d9 (patch) | |
tree | dd82add86696c93d28ad7f75746a31c14837d4cb /detekt-baselines/app.xml | |
parent | ce54200092afef5343c9eed089ea2b16d89b87e4 (diff) |
refactor: extract SLF4J loggers for re-use
Diffstat (limited to 'detekt-baselines/app.xml')
-rw-r--r-- | detekt-baselines/app.xml | 2 |
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<Unit, Throwable></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> |