From 2c78f8303a5ab0a72fd018b1a504529bbb06955e Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 28 Oct 2022 16:39:44 +0530 Subject: chore(detekt): re-do baseline --- detekt-baselines/app.xml | 1 - detekt-baselines/format-common-impl.xml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'detekt-baselines') 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 @@ 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." 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." MaxLineLength:DecryptScreen.kt$ |otpauth://totp/ACME%20Co:john@example.com?secret=HXDMVJECJJWSRB3HWIZR4IFUGFTMXBOZ&issuer=ACME%20Co&algorithm=SHA1&digits=6&period=30 - MaxLineLength:UriTotpFinderTest.kt$UriTotpFinderTest.Companion$"otpauth://totp/ACME%20Co:john@example.com?secret=HXDMVJECJJWSRB3HWIZR4IFUGFTMXBOZ&issuer=ACME%20Co&algorithm=SHA256&digits=12&period=25" NestedBlockDepth:FieldItemAdapter.kt$FieldItemAdapter.FieldItemViewHolder$fun bind(fieldItem: FieldItem, showPassword: Boolean, copyTextToClipboard: (String?) -> Unit) NestedBlockDepth:GitOperation.kt$GitOperation$suspend fun executeAfterAuthentication(authMode: AuthMode): Result<Unit, Throwable> NestedBlockDepth:PasswordExportService.kt$PasswordExportService$override fun onStartCommand(intent: Intent?, flags: Int, startId: Int): Int 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 @@ + MaxLineLength:UriTotpFinderTest.kt$UriTotpFinderTest.Companion$"otpauth://totp/ACME%20Co:john@example.com?secret=HXDMVJECJJWSRB3HWIZR4IFUGFTMXBOZ&issuer=ACME%20Co&algorithm=SHA256&digits=12&period=25" ReturnCount:UriTotpFinder.kt$UriTotpFinder$override fun findSecret(content: String): String? -- cgit v1.2.3