Skip to content

Commit

Permalink
Change a todo message at rake new_cop task
Browse files Browse the repository at this point in the history
  • Loading branch information
koic authored and bbatsov committed Sep 14, 2017
1 parent 54a3477 commit b3a4c1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/rubocop/cop/generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def todo
Do 3 steps:
1. Add an entry to the "New features" section in CHANGELOG.md,
e.g. "Add new `#{badge.cop_name}` cop. ([@your_id][])"
e.g. "Add new `#{badge}` cop. ([@your_id][])"
2. Add an entry into config/enabled.yml or config/disabled.yml
3. Implement your new cop in the generated file!
TODO
Expand Down
2 changes: 1 addition & 1 deletion spec/rubocop/cop/generator_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def on_send(node)
Do 3 steps:
1. Add an entry to the "New features" section in CHANGELOG.md,
e.g. "Add new `FakeCop` cop. ([@your_id][])"
e.g. "Add new `Style/FakeCop` cop. ([@your_id][])"
2. Add an entry into config/enabled.yml or config/disabled.yml
3. Implement your new cop in the generated file!
TODO
Expand Down

0 comments on commit b3a4c1c

Please sign in to comment.