-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy pathshellcheck.json
More file actions
16 lines (16 loc) · 697 Bytes
/
shellcheck.json
File metadata and controls
16 lines (16 loc) · 697 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"version": "0.11.0",
"description": "Static analysis tool for shell scripts",
"homepage": "https://shellcheck.net/",
"license": "GPL-3.0-only",
"url": "https://github.com/koalaman/shellcheck/releases/download/v0.11.0/shellcheck-v0.11.0.zip",
"hash": "8a4e35ab0b331c85d73567b12f2a444df187f483e5079ceffa6bda1faa2e740e",
"pre_install": "Get-ChildItem \"$dir\\shellcheck-*.exe\" | Rename-Item -NewName 'shellcheck.exe'",
"bin": "shellcheck.exe",
"checkver": {
"github": "https://github.com/koalaman/shellcheck"
},
"autoupdate": {
"url": "https://github.com/koalaman/shellcheck/releases/download/v$version/shellcheck-v$version.zip"
}
}