Sha256: 7f55110192653280227cb07053668d626a0a34a8fc3f3bd01f0f33b7c303ecb3

Contents?: true

Size: 376 Bytes

Versions: 3

Compression:

Stored size: 376 Bytes

Contents

# Shared Rubocop Configuration

Shared rubocop configuration and defaults for my libraries and projects.

## Usage

```ruby
# Gemfile

gem 'rubocop-config', github: 'jgraichen/rubocop-config', ref: 'v11', require: false
```

```yaml
# .rubocop.yml

inherit_gem:
  rubocop-config: default.yml

AllCops:
  TargetRubyVersion: 2.7
  SuggestExtensions: False
  NewCops: enable
```

Version data entries

3 entries across 3 versions & 3 rubygems

Version Path
acfs-2.0.0 vendor/bundle/ruby/3.4.0/bundler/gems/rubocop-config-67802c9d1826/README.md
rack-link_headers-2.4.1 vendor/bundle/ruby/3.3.0/bundler/gems/rubocop-config-943facea9d8f/README.md
rails-rfc6570-3.2.0 vendor/bundle/ruby/3.3.0/bundler/gems/rubocop-config-943facea9d8f/README.md