class RuboCop::Cop::Generator
def todo
def todo <<-TODO.strip_indent Files created: - #{source_path} - #{spec_path} Do 3 steps: 1. Add an entry to the "New features" section in CHANGELOG.md, 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 end