diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-07-17 00:58:34 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2022-07-17 13:56:58 +0530 |
commit | 4fe5bb78716310f1d66adfff0758ca3c9752cf98 (patch) | |
tree | df94fe2b1ad47323bd720d7f4a577600720000b1 /detekt-baselines/format-common.xml | |
parent | c2faeffd840aaf3eec138e79151576f010a24f29 (diff) |
detekt-baselines: init
Diffstat (limited to 'detekt-baselines/format-common.xml')
-rw-r--r-- | detekt-baselines/format-common.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/detekt-baselines/format-common.xml b/detekt-baselines/format-common.xml new file mode 100644 index 00000000..42e17ed0 --- /dev/null +++ b/detekt-baselines/format-common.xml @@ -0,0 +1,19 @@ +<?xml version='1.0' encoding='UTF-8'?> +<SmellBaseline> + <ManuallySuppressedIssues/> + <CurrentIssues> + <ID>MagicNumber:Otp.kt$Otp$0x7f</ID> + <ID>MagicNumber:Otp.kt$Otp$10</ID> + <ID>MagicNumber:Otp.kt$Otp$26</ID> + <ID>MagicNumber:Otp.kt$Otp$4</ID> + <ID>MagicNumber:Otp.kt$Otp$5</ID> + <ID>MagicNumber:Otp.kt$Otp$6</ID> + <ID>MagicNumber:Otp.kt$Otp$8</ID> + <ID>MagicNumber:PasswordEntry.kt$PasswordEntry$1000</ID> + <ID>MagicNumber:PasswordEntry.kt$PasswordEntry$1000L</ID> + <ID>MatchingDeclarationName:Clocks.kt$UserClock : Clock</ID> + <ID>MatchingDeclarationName:TestClocks.kt$TestUserClock : UserClock</ID> + <ID>MaxLineLength:PasswordEntryTest.kt$PasswordEntryTest.Companion$"otpauth://totp/ACME%20Co:john@example.com?secret=HXDMVJECJJWSRB3HWIZR4IFUGFTMXBOZ&issuer=ACME%20Co&algorithm=SHA1&digits=6&period=30"</ID> + <ID>ReturnCount:PasswordEntry.kt$PasswordEntry$private fun findAndStripPassword(passContent: List<String>): Pair<String?, List<String>></ID> + </CurrentIssues> +</SmellBaseline> |