rubocop-safe_todo_searcher v0.1.3

このエントリーをはてなブックマークに追加

カッとなって作った .rubocop_todo.yml の中の cop で安全に解消できる cops を調べられる、
rubocop-safe_todo_searcher の v0.1.3 をリリースした。

https://github.com/ydah/rubocop-safe_todo_searcher/releases/tag/v0.1.3

まだまだ足りないところがありそうだが、ひとまず最低限のことは出来るようになってきた。
もうちょっとテストは書きたいところ。

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.