aboutsummaryrefslogtreecommitdiff
path: root/detekt-baselines/crypto-pgpainless.xml
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2022-07-17 00:58:34 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2022-07-17 13:56:58 +0530
commit4fe5bb78716310f1d66adfff0758ca3c9752cf98 (patch)
treedf94fe2b1ad47323bd720d7f4a577600720000b1 /detekt-baselines/crypto-pgpainless.xml
parentc2faeffd840aaf3eec138e79151576f010a24f29 (diff)
detekt-baselines: init
Diffstat (limited to 'detekt-baselines/crypto-pgpainless.xml')
-rw-r--r--detekt-baselines/crypto-pgpainless.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/detekt-baselines/crypto-pgpainless.xml b/detekt-baselines/crypto-pgpainless.xml
new file mode 100644
index 00000000..5f6cad27
--- /dev/null
+++ b/detekt-baselines/crypto-pgpainless.xml
@@ -0,0 +1,15 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<SmellBaseline>
+ <ManuallySuppressedIssues/>
+ <CurrentIssues>
+ <ID>ForbiddenComment:PGPKeyManager.kt$PGPKeyManager$// TODO: This is a temp hack for now and in future it should check that the GPGKeyManager can</ID>
+ <ID>MagicNumber:GpgIdentifier.kt$GpgIdentifier.Companion$16</ID>
+ <ID>MagicNumber:GpgIdentifier.kt$GpgIdentifier.Companion$3</ID>
+ <ID>MagicNumber:GpgIdentifier.kt$GpgIdentifier.KeyId$0xffffffffL</ID>
+ <ID>MagicNumber:GpgIdentifier.kt$GpgIdentifier.KeyId$32</ID>
+ <ID>MagicNumber:GpgIdentifier.kt$GpgIdentifier.KeyId$8</ID>
+ <ID>NestedBlockDepth:GpgIdentifier.kt$GpgIdentifier.Companion$private fun splitUserId(userId: String): String?</ID>
+ <ID>ReturnCount:GpgIdentifier.kt$GpgIdentifier.Companion$public fun fromString(identifier: String): GpgIdentifier?</ID>
+ <ID>ReturnCount:KeyUtils.kt$KeyUtils$public fun tryParseKeyring(key: PGPKey): PGPKeyRing?</ID>
+ </CurrentIssues>
+</SmellBaseline>