mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 17:57:34 +00:00
Add golangci-lint install
This commit is contained in:
parent
e3edf33316
commit
e77a79e662
@ -80,6 +80,12 @@ function install_linters() {
|
||||
# Makefile
|
||||
# maybe_run go install github.com/mrtazz/checkmake@latest
|
||||
|
||||
# Go
|
||||
maybe_run release-gitter --git-url "https://github.com/golangci/golangci-lint" \
|
||||
--map-system Windows=windows --map-system Linux=linux --map-system Darwin=darwin \
|
||||
--map-arch x86_64=amd64 --map-arch armv7l=armv7 \
|
||||
--extract-files golangci-lint "golangci-lint-{version}-{system}-{arch}.tar.gz" ~/bin
|
||||
|
||||
# Lua
|
||||
maybe_run luarocks --local install luacheck
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user