enderneko / Cell

A World of Warcraft raid frame addon.
Other
51 stars 11 forks source link

Enable code linting feature #113

Closed sergeyklay closed 1 month ago

sergeyklay commented 1 month ago

This patch is still a work in progress and not finished yet. I will finish it soon, but I'm interested in @enderneko opinion on whether I should continue or not.

Usage:

Install luarocks:

# Ubuntu Linux
sudo apt-get install luarocks

# macOS
brew install luarocks

# Windows
choco install luarocks -y

Install luacheck:

luarocks install --local luacheck

Run check:

~/.luarocks/bin/luacheck . --codes

Progress: