mirror of
https://github.com/neovim/neovim.git
synced 2026-03-07 00:31:44 +10:00
Running "make lintlua" will run both stylua and luacheck if both exist. But this is not necessary as we already lint with stylua with the stylua-action, so we only need to lint with luacheck on our own.