From 163df960a5caf8bd1c0d645a6df6430b4b82ba21 Mon Sep 17 00:00:00 2001 From: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Date: Sat, 19 Mar 2022 20:59:26 +0530 Subject: [PATCH] staticcheck: Add version 2021.1.2 (#3410) --- bucket/staticcheck.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 bucket/staticcheck.json diff --git a/bucket/staticcheck.json b/bucket/staticcheck.json new file mode 100644 index 0000000000..45c74cd04d --- /dev/null +++ b/bucket/staticcheck.json @@ -0,0 +1,34 @@ +{ + "version": "2021.1.2", + "description": "An advanced Go linter", + "homepage": "https://staticcheck.io", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/dominikh/go-tools/releases/download/2021.1.2/staticcheck_windows_amd64.tar.gz", + "hash": "0e6a8d050b1210870aea4191bab6400c18efcaa85829ba6f7a33ffa8ac559136" + }, + "32bit": { + "url": "https://github.com/dominikh/go-tools/releases/download/2021.1.2/staticcheck_windows_386.tar.gz", + "hash": "b3348908ecc1b7985b1eefd544331d7514e42eabf7e740c5bc3534059dbe0a42" + } + }, + "extract_dir": "staticcheck", + "bin": "staticcheck.exe", + "checkver": { + "github": "https://github.com/dominikh/go-tools" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/dominikh/go-tools/releases/download/$version/staticcheck_windows_amd64.tar.gz" + }, + "32bit": { + "url": "https://github.com/dominikh/go-tools/releases/download/$version/staticcheck_windows_386.tar.gz" + } + }, + "hash": { + "url": "$url.sha256" + } + } +}