- Info level cops are displayed as info level
- (internal) eliminate deprecated API
- work with rubocop over 0.90
- Ignore warnings and proceed if there is valid rubocop output
- fix test
- Using relative config file path
- update packages that have secirity issues
- add
suppressRubocopWarnings
option that ignore warning
- add useBundler config. We can set
true
to override tobundle exec rubocop
- Fix autoCorrection find on windows
- Fix autocorrect was not respecting the .rubocop.yml
- Accepts a command is prefixed like 'bundle exec'
- Set autocorrect as a formatter
- Automatically detect and use bundled rubocop
- Lint files opened before the extension is loaded.
- Don't clear diagnostics of other files.
- Kill running rubocop process on close a file.
- Run single process at a time (to avoid accidental process bomb) (using queue).
- This is caused by vscode's project-wide replace (opens all matched file at once).
- force
force-exclude
option
- don't execute when starting git diff mode
- output error when stderr presented
- show specific error message for empty output (to identify problem)
- execute on open
- Rubocop saves the file before correcting it and runs checks again
- Add auto correct command
- display message when config file is not exist
- show message when occur errors on parsing JSON
- find rubocop from PATH
- enable specify config file (e.g. .rubocop.yml)
- show warning when rubocop output is empty
- handling JSON syntax error