Project

goodcop

0.0
Low commit activity in last 3 years
No release in over a year
Sane defaults for rubocop
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 2.5.1
~> 13.0.6
~> 3.11.0
~> 1.35.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.