Features:
- Fix to return home config path (#37)
- Thanks @imnotquitejack
Features:
- Improve notifications (#35)
- Add onlyFixesNotification option to config
- Show only notification for fixing if onlyFixesNotification option was enabled
Features:
- Move config to package.json (#34)
Features:
- Improve notifications (#31)
- Search
.rubocop.yml
from home directory (#31)- If you have project config, it will be used preferentially.
Features:
- Search
.rubocop.yml
on project root automatically. (#30)- Thanks @rfocosi
Features:
- Improve
Rubocop Command Path
option- Allow the command configure for Rubocop to have arguments.
- Thanks @amuino #21
Features:
- Add new option
Debug Mode
- Print log on console when debug-mode option was enabled
- Modify texts
- Rubocop Auto Correct 1.0 has been released.
Features:
- Can correct file directly
- Add correct file config
Features:
- Buffer apply
If there is no fatal problems in this version, I will release the v1.0.0 after a few days.
Documentation:
- Add notice about auto run
Features:
- Can disable notification by config #5, #6
- Add notification config
- Add
rubocop-auto-correct:toggle-notification
command
- Mistake
Features:
- Error handle when rubocop command is not found #3
Bugfixes:
- Fix auto run subscriptions
Bugfixes:
- Fix scope
Features:
- Add
rubocop-auto-correct:toggle-auto-run
command
Features:
- Auto run #2
- Only run in ruby scope
- First Release