aboutsummaryrefslogtreecommitdiff
path: root/detekt-baselines/crypto-pgpainless.xml
diff options
context:
space:
mode:
authorAditya Wasan <adityawasan55@gmail.com>2022-09-07 17:49:08 -0400
committerGitHub <noreply@github.com>2022-09-07 21:49:08 +0000
commit244fd92f8b59aeca608253e87bb7a7076ca4a960 (patch)
tree6861ca2fcc466983600cd296ae6096eca70e1e87 /detekt-baselines/crypto-pgpainless.xml
parente5f02a3aca3d85035b80047021a4e0ee0691d3fc (diff)
Use `GENERAL_SHOW_TIME` for decryption screen timeout (#2107)
* feat(app): use `GENERAL_SHOW_TIME` for decryption screen as well Signed-off-by: Aditya Wasan <adityawasan55@gmail.com> * feat: update timeout to 60 seconds Signed-off-by: Aditya Wasan <adityawasan55@gmail.com> * refactor(app): use constant instead of using a magic number Signed-off-by: Aditya Wasan <adityawasan55@gmail.com> * Add changelog entry Signed-off-by: Aditya Wasan <adityawasan55@gmail.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'detekt-baselines/crypto-pgpainless.xml')
-rw-r--r--detekt-baselines/crypto-pgpainless.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/detekt-baselines/crypto-pgpainless.xml b/detekt-baselines/crypto-pgpainless.xml
index 5f6cad27..0276df1b 100644
--- a/detekt-baselines/crypto-pgpainless.xml
+++ b/detekt-baselines/crypto-pgpainless.xml
@@ -10,6 +10,5 @@
<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>