dots/legacy/.rubocop.yml

9 lines
152 B
YAML

AllCops:
Exclude:
- 'vendor/**/*'
- 'spec/fixtures/**/*'
TargetRubyVersion: 2.5
NewCops: enable
Style/CommentedKeyword:
Enabled: false