Custom RuboCop extension template.
- Use this template to create a repository
- Rename gem name from
my_extension
to your own - Run
bin/setup
- Add your custom cop by running
bundle exec rake new_cop[Foo/Bar]
- Edit
lib/rubocop/cop/foo/bar.rb
The template is available as open source under the terms of the MIT License.
Copyright (c) 2022 Ryo Nakamura