Skip to content

1.22.0

Compare
Choose a tag to compare
@FPtje FPtje released this 05 Nov 17:14
· 195 commits to master since this release
  • Add: When selecting the GitHub output format, also print in the standard output format. #139
  • Add: lint_spaceAfterComma and lint_spaceBeforeComma. Disabled by default. #138
  • Fix lint_ignoreFiles not ignoring *.lua: #136
  • Rename (lint|prettyprint)_spaceAfter... to (lint|prettyprint)_spaceBetween... for brackets, parentheses and braces. Note that the old options still work. #137
  • Fix warning message being wrong for spaces before end brackets. It requested the removal of a space after the bracket instead of before. #137