0.0
The project is in a healthy, maintained state
kyanagi's personal RuboCop configurations
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Project Readme

Ruby styling of @kyanagi

My personal RuboCop configurations.

Installation

Add the following entry to your Gemfile:

gem "rubocop-kyanagi", require: false, group: [:development]

Then run bundle install.

Edit your .rubocop.yml:

inherit_gem:
  rubocop-kyanagi:
    - 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