chef/cookbooks/timezone_iii/.rubocop.yml
Greg Karékinian f93070c4c0 Replace timezone-ii cookbook with timezone_iii
This fork supports Chef 13 and is still maintained
2017-06-16 13:10:46 +02:00

19 lines
286 B
YAML

AllCops:
Exclude:
- vendor/**/*
- Guardfile
TargetRubyVersion: 2.4
ClassLength:
Enabled: false
CyclomaticComplexity:
Enabled: false
LineLength:
Enabled: false
MethodLength:
Enabled: false
Metrics/ModuleLength:
Enabled: false
PerceivedComplexity:
Enabled: false