chef/cookbooks/rsyslog/.rubocop.yml
2015-07-21 19:45:23 +02:00

18 lines
242 B
YAML

AllCops:
Exclude:
- vendor/**/*
- Guardfile
AlignParameters:
Enabled: false
Encoding:
Enabled: false
HashSyntax:
Enabled: false
LineLength:
Enabled: false
MethodLength:
Max: 30
SingleSpaceBeforeFirstArg:
Enabled: false