mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 17:37:43 -04:00
8 lines
134 B
YAML
8 lines
134 B
YAML
AllCops:
|
|
Exclude:
|
|
- 'vendor/**/*'
|
|
- 'spec/fixtures/**/*'
|
|
TargetRubyVersion: 2.5
|
|
Style/CommentedKeyword:
|
|
Enabled: false
|
|
|