mirror of
https://github.com/drapergem/draper
synced 2023-03-27 23:21:17 -04:00
12 lines
165 B
YAML
12 lines
165 B
YAML
|
AllCops:
|
||
|
TargetRubyVersion: 2.4
|
||
|
DisplayCopNames: true
|
||
|
Exclude:
|
||
|
- 'spec/dummy/**/*'
|
||
|
|
||
|
Style/StringLiterals:
|
||
|
Enabled: false
|
||
|
|
||
|
Metrics/LineLength:
|
||
|
Max: 100
|