Releases: r7kamura/rubocop_todo_corrector
Releases · r7kamura/rubocop_todo_corrector
v0.16.0
v0.15.0
What's Changed
Changed
- Improve wording: "auto-correct" to "autocorrect" to follow RuboCop's preference by @r7kamura in #19
- Surround cop name in Pull Request title by backticks by @r7kamura in #20
Others
- Change version to 0.15.0 by @github-actions in #21
New Contributors
- @github-actions made their first contribution in #21
Full Changelog: v0.14.2...v0.15.0
v0.14.2
v0.14.1
v0.14.0
v0.13.0
What's Changed
Changed
Full Changelog: v0.12.0...v0.13.0
0.12.0 - 2022-08-08
Added
- Add Safety section if
@safety
YARD tag is written in Cop class.
0.11.1 - 2022-08-03
Fixed
- Fix
describe
command on more than three nested cop class.
0.11.0 - 2022-07-29
Changed
- Use
rubocop --regenerate-todo
option ongenerate
command.
0.10.0 - 2022-07-27
Added
- Add
ignore
command.
0.9.0 - 2022-07-27
Added
- Add
.rubocop_todo_corrector_ignore
file support.
0.8.0 - 2022-07-23
Added
- Add
clean
command.
0.7.1 - 2022-05-28
Fixed
- Fix YARD unknown tag warning.
0.7.0 - 2022-05-27
Added
- Support rubocop 1.30 .rubocop_todo.yml format.
0.6.0 - 2022-05-16
Added
- Add
--only-safe
option tocorrect
andpick
command (default:true
).
0.5.0 - 2022-05-16
Changed
- Change required ruby version from 3.0 to 3.1.
0.4.0 - 2022-05-16
Fixed
- Fix misspell:
occured
->occurred
.
0.3.0 - 2022-05-15
Changed
- Change
describe
output so that commit-message-ready text is described.
0.2.0 - 2022-05-15
Added
- Add
correct
command.
Changed
- Improve description on no named example.
0.1.1 - 2022-05-15
Changed
- Abort if no cop was picked on
pick
command.
Fixed
- Fix bug that
pick
cannot find any cop on rubocop >= 1.26.
0.1.0 - 2022-05-15
Added
- Initial release.