Skip to content

Releases: ydah/rubocop-safe_todo_searcher

v0.1.3

18 Feb 16:54
Compare
Choose a tag to compare

New features:

  • #21 : Output logs to stdout to show that program is running when it is running.

Bug fixes

  • #18 : Fixes to detect cops that were not supported.
  • #19 : Fixes NoMethodError if none of keys are found in rubocop_todo.yml.

v0.1.2

07 Jan 14:58
Compare
Choose a tag to compare

0.1.2

New features:

  • #14 : Add support official extensions.

Bug fixes

  • #9 : Fixes to not search rubocop_todo.yml if it doesn't exist.
  • #9 : Fixes rubocop_todo.yml to output an error message if it doesn't exist.
  • #15 : Fixes to detect Unsafe cops.

v0.1.1

28 Dec 12:46
Compare
Choose a tag to compare

0.1.1

New features:

  • b4b2723: Support rubocop-rails extention.