-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently L5 is written with extensively documented code. But there are extra lines, different spacing at times. Probably it should use a linter, especially as additional people hack on the codebase. Other potential benefits: catch bugs like undefined globals, typos, unused vars. Automates some aspect of feedback for contributors and makes clear style rules.
Describe the solution you'd like
Consider luacheck (install with luarocks). It seems the most widely used and can work with GitHub CI/CD.
Describe alternatives you've considered
The more build tools get added, the more complexit for 'getting started' on the codebase, so how much this benefits the project (or not) should be considered.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request