Sha256: 503164a8bda0bcb7c1deb03c519417f0630bd4a4d629dceeddb0eaf9cf18dbe8

Contents?: true

Size: 374 Bytes

Versions: 13

Compression:

Stored size: 374 Bytes

Contents

# Getaround Rubocop

Rubocop Cop base configuration for Ruby projects

## Usage

First add to your `Gemfile`:

```
gem "getaround-rubocop"
```

### Ruby Cops

In your `.rubocop.yml`:

```
inherit_gem:
  getaround-rubocop: .rubocop.yml
```

### With optional Cops

In your `.rubocop.yml`:

```
inherit_gem:
  getaround-rubocop:
    - .rubocop.yml
    - .rubocop-rspec.yml
```

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
getaround-rubocop-0.2.10 README.md
getaround-rubocop-0.2.9 README.md
getaround-rubocop-0.2.8 README.md
getaround-rubocop-0.2.7 README.md
getaround-rubocop-0.2.6 README.md
getaround-rubocop-0.2.5 README.md
getaround-rubocop-0.2.4 README.md
getaround-rubocop-0.2.3 README.md
getaround-rubocop-0.2.2 README.md
getaround-rubocop-0.1.6 README.md
getaround-rubocop-0.1.5 README.md
getaround-rubocop-0.1.4 README.md
getaround-rubocop-0.1.2 README.md