Skip to content

1.24.5

Compare
Choose a tag to compare
@FPtje FPtje released this 30 May 08:52
· 100 commits to master since this release

Bug fixes

  • Fixed regression from 1.24.4 where glualint goes in an infinite loop when there is no glualint.json
  • Fixed regression from 1.24.4 where glualint foo.lua would no longer work

Additions

  • Added a --debug flag to enable some debug logging. This will be useful for reporting bugs. For now the debug log will show how it parsed the command line arguments, and which file operations it executes.
  • Added support for generating bash/zsh/fish completion scripts. Run glualint --bash-completion-script $(which glualint) to generate these. Replace bash with zsh or fish to do the same for the respective shells. Place the completion script in your shell's autocompletions directory/file to make it work.