No release in over 3 years
Low commit activity in last 3 years
reinteractive shared style configurations
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.16
~> 12.3

Runtime

~> 0.57
 Project Readme

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