Install luacheck locally

This commit is contained in:
ViViDboarder 2021-12-15 09:36:50 -08:00
parent 212b3cbdc7
commit 24b740fe86
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ function install_linters() {
maybe_run go get -u github.com/mrtazz/checkmake
# Lua
maybe_run luarocks install luacheck
maybe_run luarocks --local install luacheck
echo ""
}