Project

goodcop

0.0
Low commit activity in last 3 years
A long-lived project that still receives updates
Sane defaults for rubocop
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

~> 2.5.1
~> 13.3.0
~> 3.13.1
~> 1.80.1
 Project Readme

goodcop

Gem Version GitHub Workflow Status License

Rubocop is useful, but its defaults are more than a bit hostile. GoodCop exists to be a calmer, more reassuring sidekick.

Usage

Add goodcop to your Gemfile/gemspec/etc, and add the following to your .rubocop.yml:

inherit_gem:
  goodcop: .rubocop.yml

Installation

gem install goodcop

License

goodcop is released under the MIT License. See the bundled LICENSE file for details.