Skip to content

Luacheck installation

Shmuel Zeigerman edited this page Feb 1, 2024 · 2 revisions

Luacheck is a static analyzer and a linter for Lua.

sudo apt install luarocks --lua-version 5.1
sudo luarocks install argparse --lua-version 5.1
sudo luarocks install luacheck --lua-version 5.1
Clone this wiki locally