Releases: tomoya/rubocop-auto-correct
Releases · tomoya/rubocop-auto-correct
v1.5.1
Features:
- Fix to return home config path (#37)
v1.5.0
Features:
- Improve notifications (#35)
- Add onlyFixesNotification option to config
- Show only notification for fixing if onlyFixesNotification option was enabled
v1.4.1
Features:
- Move config to package.json (#34)
v1.4.0
Features:
- Improve notifications (#31)
- Search
.rubocop.yml
from home directory
- If you have project config, it will be used preferentially.
v1.3.0
Features:
- Search
.rubocop.yml
on project root automatically. (#30)
v1.2.0
Features:
- Improve
Rubocop Command Path
option
- Allow the command configure for Rubocop to have arguments.
- Thanks @amuino #21
v1.1.0
Features:
- Add new option
Debug Mode
- Print log on console when debug-mode option was enabled
v1.0.0
- Rubocop Auto Correct 1.0 has been released.
v0.9.0
Features:
- Can correct file directly