aboutsummaryrefslogtreecommitdiff
path: root/detekt-baselines/format-common.xml
diff options
context:
space:
mode:
authorNewton Cesar <new123cesar@gmail.com>2022-10-08 12:03:29 -0300
committerGitHub <noreply@github.com>2022-10-08 20:33:29 +0530
commit6d73b63435a2760ec9026090ecfea4846157b6ab (patch)
treed0ebc38b48b7e56cf22bbb9acee32ed797cc16bc /detekt-baselines/format-common.xml
parent224d956e28be0e09832371c98112a5af692194e8 (diff)
Fix detekt warnings in format-common (#2167)
* fix warning ktlint to format-common folder * update to code review * adjusted spotless
Diffstat (limited to 'detekt-baselines/format-common.xml')
-rw-r--r--detekt-baselines/format-common.xml15
1 files changed, 1 insertions, 14 deletions
diff --git a/detekt-baselines/format-common.xml b/detekt-baselines/format-common.xml
index 9ff123b7..c373eea4 100644
--- a/detekt-baselines/format-common.xml
+++ b/detekt-baselines/format-common.xml
@@ -1,18 +1,5 @@
<?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>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&amp;issuer=ACME%20Co&amp;algorithm=SHA1&amp;digits=6&amp;period=30"</ID>
- <ID>ReturnCount:PasswordEntry.kt$PasswordEntry$private fun findAndStripPassword(passContent: List&lt;String>): Pair&lt;String?, List&lt;String>></ID>
- </CurrentIssues>
+ <CurrentIssues/>
</SmellBaseline>