diff options
Diffstat (limited to 'detekt-baselines/crypto-pgpainless.xml')
-rw-r--r-- | detekt-baselines/crypto-pgpainless.xml | 15 |
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> |