mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 19:07:34 +00:00
Add hadolint binary install
This commit is contained in:
parent
edc6cc173e
commit
139a779ba0
@ -89,6 +89,11 @@ function install_linters() {
|
||||
# Lua
|
||||
maybe_run luarocks --local install luacheck
|
||||
|
||||
# Docker
|
||||
maybe_run release-gitter --git-url "https://github.com/hadolint/hadolint" \
|
||||
-c "mv ~/bin/hadolint-* ~/bin/hadolint && chmod +x ~/bin/hadolint" \
|
||||
"hadolint-{system}-x86_64" ~/bin
|
||||
|
||||
echo ""
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user