0.02
A long-lived project that still receives updates
GoCardless's shared Rubocop configuration, conforming to our house style
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

gc_ruboconfig

GoCardless's shared Rubocop configuration, confirming to our house style.

If you're using RSpec, this will also enforce that your specs conform to GoCardless's house style.

Installation

To use gc_ruboconfig, simply add it to your Gemfile:

gem 'gc_ruboconfig'

The relevant versions of rubocop, rubocop-rspec and rubocop-performance will automatically be installed.

Usage

Inherit the config from the gem in your .rubocop.yml:

inherit_gem:
  gc_ruboconfig: rubocop.yml

Release

To publish the gem cut a new tagged release. This can be done via the GitHub UI.

Once the release has been created, the release GitHub Actions workflow will build the gem and push it to the RubyGems registry.