Skip to content

kyanagi/rubocop-kyanagi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Ruby styling of @kyanagi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages