diff options
Diffstat (limited to 'detekt-baselines/format-common-impl.xml')
-rw-r--r-- | detekt-baselines/format-common-impl.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/detekt-baselines/format-common-impl.xml b/detekt-baselines/format-common-impl.xml index 5a23ddfe..1d731d42 100644 --- a/detekt-baselines/format-common-impl.xml +++ b/detekt-baselines/format-common-impl.xml @@ -2,6 +2,7 @@ <SmellBaseline> <ManuallySuppressedIssues></ManuallySuppressedIssues> <CurrentIssues> + <ID>MaxLineLength:UriTotpFinderTest.kt$UriTotpFinderTest.Companion$"otpauth://totp/ACME%20Co:john@example.com?secret=HXDMVJECJJWSRB3HWIZR4IFUGFTMXBOZ&issuer=ACME%20Co&algorithm=SHA256&digits=12&period=25"</ID> <ID>ReturnCount:UriTotpFinder.kt$UriTotpFinder$override fun findSecret(content: String): String?</ID> </CurrentIssues> </SmellBaseline> |