mpeterv / luacheck

A tool for linting and static analysis of Lua code.
MIT License
1.92k stars 322 forks source link

Report lines that are too long #90

Closed mpeterv closed 7 years ago

mpeterv commented 7 years ago

Add new type of warning, probably within 6xx range, about lines that are longer than some limit. Limit should be customizable using an option. Some things to consider:

mpeterv commented 7 years ago

Implemented on dev branch.