diff options
Diffstat (limited to 'detekt-baselines/format-common-impl.xml')
-rw-r--r-- | detekt-baselines/format-common-impl.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/detekt-baselines/format-common-impl.xml b/detekt-baselines/format-common-impl.xml deleted file mode 100644 index 1d731d42..00000000 --- a/detekt-baselines/format-common-impl.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" ?> -<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> |