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
- Host: GitHub
- URL: https://github.com/jgraichen/rubocop-config
- Owner: jgraichen
- License: mit
- Created: 2020-04-03T11:27:15.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-01-20T07:53:30.000Z (over 1 year ago)
- Last Synced: 2025-03-20T08:13:36.642Z (over 1 year ago)
- Language: Ruby
- Size: 106 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```