linux-baseline/.rubocop.yml

27 lines
396 B
YAML
Raw Normal View History

2014-05-27 07:38:21 +00:00
AllCops:
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
- 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:
Max: 40
2014-05-27 07:38:21 +00:00
NumericLiterals:
MinDigits: 10
Metrics/CyclomaticComplexity:
Max: 10
Metrics/PerceivedComplexity:
Max: 10