diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-04-27 14:42:11 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2023-04-27 14:45:06 +0530 |
commit | f0ac9f97e2551aef14cd023de95da3281f12a5ee (patch) | |
tree | ff2114e480079cdaa7806ccdd5263137524ae698 /detekt-baselines/crypto-pgpainless.xml | |
parent | 2b2c0860f8fa84f51dd440c8dd899ef54ba15588 (diff) |
feat(build): remove Detekt
This no longer adds value for me and instead results in unnecessary
bikeshedding.
Diffstat (limited to 'detekt-baselines/crypto-pgpainless.xml')
-rw-r--r-- | detekt-baselines/crypto-pgpainless.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/detekt-baselines/crypto-pgpainless.xml b/detekt-baselines/crypto-pgpainless.xml deleted file mode 100644 index c3e6912d..00000000 --- a/detekt-baselines/crypto-pgpainless.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?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> - </CurrentIssues> -</SmellBaseline> |