diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-12-19 16:47:17 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2022-12-19 16:47:17 +0530 |
commit | 8cfe6ec84c1bd8119fd59fbb76d729da284ced27 (patch) | |
tree | 7035f03675f8924bfc3870b68b6345faf020aaac /detekt-baselines/format-common-impl.xml | |
parent | 39a0284cd55298eb4930db681e813260aea58867 (diff) |
refactor: merge format-common-impl into format-common
Also converts the format-common module into an Android library since
UriTotpFinder requires the Android SDK.
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> |