An open API service indexing awesome lists of open source software.

https://github.com/jgraichen/rubocop-config

Shared rubocop config
https://github.com/jgraichen/rubocop-config

Last synced: over 1 year ago
JSON representation

Shared rubocop config

Awesome Lists containing this project

README

          

# Shared RuboCop Configuration

Shared RuboCop configuration and defaults for my libraries and projects.

## Usage

```ruby
# Gemfile

gem 'rubocop-config', github: 'jgraichen/rubocop-config', tag: 'v13', require: false
```

```yaml
# .rubocop.yml

inherit_gem:
rubocop-config: default.yml

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