Skip to content

reinteractive/reinteractive-style

Repository files navigation

reinteractive-style

Our internal Ruby code style configurations, enforced by Rubocop.

Installation

Add this line to your application's Gemfile:

group :development do
  gem "reinteractive-style"
end

And then execute:

$ bundle

Usage

Create a .rubocop.yml with the following directives:

inherit_gem:
  reinteractive-style:
    - default.yml

There's no need to add the rubocop gem to your project's Gemfile; rubocop is a dependency of reinteractive-style, to ensure we use a consistent minimum version across all of our projects.

Credits

Inspired by percy-style

About

Our internal Ruby code style configurations, enforced by Rubocop.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages