From d68c02e04ac28049ff95d078a12acedf4609160e Mon Sep 17 00:00:00 2001 From: Alex Stelmachonak <100310178+astelmachonak-nydig@users.noreply.github.com> Date: Tue, 21 Jun 2022 09:49:01 -0400 Subject: [PATCH] detekt: Add version 1.20.0 (#3687) * detekt: Add detekt 1.20.0 * Update bucket/detekt.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * Update bucket/detekt.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --- bucket/detekt.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 bucket/detekt.json diff --git a/bucket/detekt.json b/bucket/detekt.json new file mode 100644 index 0000000000..c6e3a1f306 --- /dev/null +++ b/bucket/detekt.json @@ -0,0 +1,29 @@ +{ + "version": "1.20.0", + "description": "Automated code review tool integrated with any code analysis tools regardless of programming language.", + "homepage": "https://github.com/detekt/detekt", + "license": "Apache-2.0", + "suggest": { + "JDK": [ + "java/oraclejdk", + "java/openjdk" + ] + }, + "url": "https://github.com/detekt/detekt/releases/download/v1.20.0/detekt-cli-1.20.0.zip", + "hash": "0222d129d33493ed62817c5b700e4b1dfc90e503dfcd59640f9e965de514220d", + "extract_dir": "detekt-cli-1.20.0", + "bin": [ + [ + "bin\\detekt-cli.bat", + "detekt" + ] + ], + "checkver": { + "url": "https://github.com/detekt/detekt/releases", + "regex": "detekt-cli-(?[\\d.]+)\\.zip" + }, + "autoupdate": { + "url": "https://github.com/detekt/detekt/releases/download/v$version/detekt-cli-$version.zip", + "extract_dir": "detekt-cli-$version" + } +}