Sha256: d07c108a4ca32c2f3815ae17b507c0bc4addd9177c50537a1002c2b04dacfb65

Contents?: true

Size: 1.08 KB

Versions: 10

Compression:

Stored size: 1.08 KB

Contents

goodcop
=========

[![Gem Version](https://img.shields.io/gem/v/goodcop.svg)](https://rubygems.org/gems/goodcop)
[![Dependency Status](https://img.shields.io/gemnasium/akerl/goodcop.svg)](https://gemnasium.com/akerl/goodcop)
[![Build Status](https://img.shields.io/circleci/project/akerl/goodcop.svg)](https://circleci.com/gh/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

10 entries across 10 versions & 1 rubygems

Version Path
goodcop-0.5.0 README.md
goodcop-0.4.0 README.md
goodcop-0.3.0 README.md
goodcop-0.2.0 README.md
goodcop-0.1.1 README.md
goodcop-0.1.0 README.md
goodcop-0.0.4 README.md
goodcop-0.0.3 README.md
goodcop-0.0.2 README.md
goodcop-0.0.1 README.md