The project is in a healthy, maintained state
Traitify's Ruby configuration for Rubocop. Heavily influenced by (as well as dependent on) Airbnb's https://github.com/airbnb/ruby
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

RuboCop Traitify

Traitify's default configuration for RuboCop.

Installation

gem "rubocop-traitify"

Usage

Add the following to .rubocop.yml

inherit_gem:
  rubocop-traitify: .rubocop_traitify.yml

Credit

Heavily influenced by (as well as dependent on) Airbnb's configuration/plugin