diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-10-28 16:39:44 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2022-10-28 16:39:44 +0530 |
commit | 2c78f8303a5ab0a72fd018b1a504529bbb06955e (patch) | |
tree | 760dd2a4efbaef26c7b6e9eece0b2ee0eaf61027 /detekt-baselines/format-common-impl.xml | |
parent | 6fdb3c2cda05173e35482c67c59f6180d48e4186 (diff) |
chore(detekt): re-do baseline
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> |