Skip to content

0.10.0

Compare
Choose a tag to compare
@mpeterv mpeterv released this 13 Mar 18:38
· 545 commits to master since this release

New features:

  • Added caching of check results (--cache and --no-cache options).
  • Added parallel checking (--jobs/-j option).
  • Added reporting of syntax error message and location in CLI.
  • Added --version command for showing versions of Luacheck and its dependencies.
  • Added more functions to luacheck Lua module.

Fixes:

  • Fixed file status label not being colored when using -qq.

Breaking changes:

  • Removed --limit/-l option, use inline options to ignore warnings that are OK.
  • Removed --no-unused-values/-v option, use --no-unused-secondaries/-s instead.
  • Removed --no-unset option, use --ignore 221 instead.

Miscellaneous:

  • Added installer script.