dots/.rubocop.yml
2019-12-26 20:40:20 -05:00

8 lines
134 B
YAML

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