Skip to content

0.2.0

Compare
Choose a tag to compare
@mpeterv mpeterv released this 05 Apr 11:57
· 817 commits to master since this release
  • Command-line interface now prints per-file reports as they are produced instead of waiting for all files to be checked;
  • luacheck now recognizes different types of variables(usual locals, function arguments and loop variables) and reports them accordingly;
  • luacheck now distinguishes accessing global variables from setting them;
  • In command-line interface -q switch makes luacheck only print total number of warnings instead of suppressing output completely.