You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.