2014-05-27 07:38:21 +00:00
|
|
|
AllCops:
|
2014-10-27 17:41:56 +00:00
|
|
|
Exclude:
|
|
|
|
- vendor/**/*
|
2014-05-27 12:50:45 +00:00
|
|
|
- metadata.rb
|
2014-05-27 07:38:21 +00:00
|
|
|
- '**/Puppetfile'
|
2014-05-27 12:50:45 +00:00
|
|
|
- Puppetfile
|
2014-10-27 17:41:56 +00:00
|
|
|
- test/**/*
|
2014-05-27 12:50:45 +00:00
|
|
|
|
2014-05-27 07:38:21 +00:00
|
|
|
Documentation:
|
|
|
|
Enabled: false
|
|
|
|
AlignParameters:
|
|
|
|
Enabled: true
|
|
|
|
Encoding:
|
|
|
|
Enabled: true
|
|
|
|
HashSyntax:
|
|
|
|
Enabled: true
|
|
|
|
LineLength:
|
|
|
|
Enabled: false
|
|
|
|
MethodLength:
|
2014-10-27 17:41:56 +00:00
|
|
|
Max: 40
|
2014-05-27 07:38:21 +00:00
|
|
|
NumericLiterals:
|
|
|
|
MinDigits: 10
|
2014-10-27 17:41:56 +00:00
|
|
|
Metrics/CyclomaticComplexity:
|
|
|
|
Max: 10
|
|
|
|
Metrics/PerceivedComplexity:
|
|
|
|
Max: 10
|