aboutsummaryrefslogtreecommitdiff
path: root/detekt-baselines
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2022-10-28 16:39:44 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2022-10-28 16:39:44 +0530
commit2c78f8303a5ab0a72fd018b1a504529bbb06955e (patch)
tree760dd2a4efbaef26c7b6e9eece0b2ee0eaf61027 /detekt-baselines
parent6fdb3c2cda05173e35482c67c59f6180d48e4186 (diff)
chore(detekt): re-do baseline
Diffstat (limited to 'detekt-baselines')
-rw-r--r--detekt-baselines/app.xml1
-rw-r--r--detekt-baselines/format-common-impl.xml1
2 files changed, 1 insertions, 1 deletions
diff --git a/detekt-baselines/app.xml b/detekt-baselines/app.xml
index 4ef4ba76..eb5e9396 100644
--- a/detekt-baselines/app.xml
+++ b/detekt-baselines/app.xml
@@ -61,7 +61,6 @@
<ID>MaxLineLength:BaseGitActivity.kt$BaseGitActivity$"The server does not support multiple Git operations per SSH session. Please try again, a slower fallback mode will be used."</ID>
<ID>MaxLineLength:BaseGitActivity.kt$BaseGitActivity$"WARNING: The remote host key has changed. If this is expected, please go to Git server settings and clear the saved host key."</ID>
<ID>MaxLineLength:DecryptScreen.kt$ |otpauth://totp/ACME%20Co:john@example.com?secret=HXDMVJECJJWSRB3HWIZR4IFUGFTMXBOZ&amp;issuer=ACME%20Co&amp;algorithm=SHA1&amp;digits=6&amp;period=30</ID>
- <ID>MaxLineLength:UriTotpFinderTest.kt$UriTotpFinderTest.Companion$"otpauth://totp/ACME%20Co:john@example.com?secret=HXDMVJECJJWSRB3HWIZR4IFUGFTMXBOZ&amp;issuer=ACME%20Co&amp;algorithm=SHA256&amp;digits=12&amp;period=25"</ID>
<ID>NestedBlockDepth:FieldItemAdapter.kt$FieldItemAdapter.FieldItemViewHolder$fun bind(fieldItem: FieldItem, showPassword: Boolean, copyTextToClipboard: (String?) -&gt; Unit)</ID>
<ID>NestedBlockDepth:GitOperation.kt$GitOperation$suspend fun executeAfterAuthentication(authMode: AuthMode): Result&lt;Unit, Throwable&gt;</ID>
<ID>NestedBlockDepth:PasswordExportService.kt$PasswordExportService$override fun onStartCommand(intent: Intent?, flags: Int, startId: Int): Int</ID>
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&amp;issuer=ACME%20Co&amp;algorithm=SHA256&amp;digits=12&amp;period=25"</ID>
<ID>ReturnCount:UriTotpFinder.kt$UriTotpFinder$override fun findSecret(content: String): String?</ID>
</CurrentIssues>
</SmellBaseline>