- Move from --auto-correct to -a which works with both --auto-correct and --autocorrect
- --auto-correct is deprecated, so now use --autocorrect
- Add mise exec option for mise users.
- LLMs made JSON parsing unnecessarily complex so I refactored back to my original approach and then
updated to resolve the real issue which was
end_lineis nowlast_line - Add autocorrect option.
- Add option to use Rubocop in LSP mode for faster feedback
- Add asdf exec option for asdf users.
- Fix rubocop JSON output parsing. Unclear when it changed, but this should work going forward.
- Fix README and configuration description to more accurately reflect final state of changes.
- Enable using
rvm dowith rubocop.
- Enable using
bundle execwith rubocop. - Bug: fix error if there are no fixes from Rubocop.
Add issue severity differentiation.
Initial release