0.0
The project is in a healthy, maintained state
Gem containing Kobus Post's personal Rubocop config. Based on rubocop-shopify.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

My personal Rubocop Config

That you can use as well

Description

This is my personal Rubocop config that I use for my projects. It's based on the Shopify style guide and some other rubocop gems, plus some preferences of my own. I think it's a pretty good config, but you can use it as a starting point for your own.

Usage

Install gem:

gem "rubocop-kobus", require: false

Add the following to the top of your project's .rubocop.yml:

inherit_gem:
  rubocop-kobus: rubocop.yml

You can also implement it globally.

Install the gem with gem install:

gem install rubocop-kobus

And add the following to your /Users/you/.rubocop.yml

inherit_gem:
  rubocop-kobus: rubocop.yml

Note that local rubocop config will override the global one.

Based on

Contact me