Skip to content

How I like to format my ruby code

License

Notifications You must be signed in to change notification settings

klaustopher/rubocop-config

Repository files navigation

klaustopher's rubocop config

Add the following to your Gemfile:

group :development do
  gem 'rubocop-klaustopher', git: 'https://github.com/klaustopher/rubocop-config'
end

Add the following .rubocop.yml config:

inherit_gem:
  rubocop-klaustopher: rubocop.yml

inherit_mode:
  merge:
    - Exclude

Run rubocop and write code like I would 😂

About

How I like to format my ruby code

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages