0.13.0
New features/improvements:
- Empty statements (semicolons without preceding statements) are reported (#44).
- Inline option
luacheck: push
can be followed by other options on the same line, e.g.luacheck: push ignore
. - Better syntax error messages.
- When recursively checking directories and
--include-files
is used, files are not filtered by.lua
extension (#43).
Fixes:
- Fixed crash when source ends with
.
,"\
or"\u{
.