chef/cookbooks/hostname/.rubocop.yml
2017-06-16 11:25:49 +02:00

24 lines
333 B
YAML

AllCops:
DisplayCopNames: true
Exclude:
- tmp/**
Lint/AmbiguousBlockAssociation:
Enabled: false
Metrics/BlockLength:
Enabled: false
Metrics/LineLength:
Enabled: false
Style/Documentation:
Exclude:
- Thorfile
Style/PercentLiteralDelimiters:
Enabled: false
Style/SingleSpaceBeforeFirstArg:
Enabled: false