Skip to content

Releases: r7kamura/rubocop_todo_corrector

v0.16.0

01 May 01:46
c467303
Compare
Choose a tag to compare

What's Changed

Added

Others

  • Bundle update by @r7kamura in #24
  • Change version to 0.16.0 by @github-actions in #25

New Contributors

Full Changelog: v0.15.0...v0.16.0

v0.15.0

06 Dec 23:35
449ff27
Compare
Choose a tag to compare

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

22 Aug 02:37
Compare
Choose a tag to compare

What's Changed

Fixed

Full Changelog: v0.14.1...v0.14.2

v0.14.1

17 Aug 00:04
Compare
Choose a tag to compare

What's Changed

Fixed

  • Fix bug that temporary Gemfile is not used on finding cop URL by @r7kamura in #17

Full Changelog: v0.14.0...v0.14.1

v0.14.0

15 Aug 23:23
Compare
Choose a tag to compare

What's Changed

Changed

  • Use official cop docs page link insteaf of RDoc page by @r7kamura in #16

Full Changelog: v0.13.0...v0.14.0

v0.13.0

12 Aug 21:40
Compare
Choose a tag to compare

What's Changed

Changed

  • Change describe behavior: Treat RuboCop YARD docstring as Asciidoc by @r7kamura in #15

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 on generate 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 to correct and pick 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.