Sha256: 929c3fb120c8f4359c94834bc77bb9ca9b17822f7512b33afc30f238144198af

Contents?: true

Size: 989 Bytes

Versions: 6

Compression:

Stored size: 989 Bytes

Contents

goodcop
=========

[![Gem Version](https://img.shields.io/gem/v/goodcop.svg)](https://rubygems.org/gems/goodcop)
[![Build Status](https://img.shields.io/travis/com/akerl/goodcop.svg)](https://travis-ci.com/akerl/goodcop)
[![Coverage Status](https://img.shields.io/codecov/c/github/akerl/goodcop.svg)](https://codecov.io/github/akerl/goodcop)
[![Code Quality](https://img.shields.io/codacy/b1ea0ddf27f44fd6a4ba0af4e3bf4592.svg)](https://www.codacy.com/app/akerl/goodcop)
[![MIT Licensed](https://img.shields.io/badge/license-MIT-green.svg)](https://tldrlegal.com/license/mit-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.

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
goodcop-0.9.0 README.md
goodcop-0.8.0 README.md
goodcop-0.7.2 README.md
goodcop-0.7.1 README.md
goodcop-0.7.0 README.md
goodcop-0.6.0 README.md