Ruby styling of @kyanagi

My personal RuboCop configurations.

Installation

Add the following entry to your Gemfile:

gem "kyanagi_cop", require: false, group: [:development]

Then run bundle install.

Edit your .rubocop.yml:

inherit_gem:
  kyanagi_cop:
    - ruby.yml
    - rails.yml
    - rspec.yml
    - factory_bot.yml

If you do not need certain configurations, specify only the required YAML files.

Author

Kouhei Yanagita

License

MIT