Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 564 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 564 Bytes

rubocop-extension-template

Custom RuboCop extension template.

Usage

  1. Use this template to create a repository
  2. Rename gem name from my_extension to your own
  3. Run bin/setup
  4. Add your custom cop by running bundle exec rake new_cop[Foo/Bar]
  5. Edit lib/rubocop/cop/foo/bar.rb

License

The template is available as open source under the terms of the MIT License.

Copyright (c) 2022 Ryo Nakamura