linux-baseline/.rubocop.yml

23 lines
301 B
YAML
Raw Normal View History

2014-05-27 07:38:21 +00:00
AllCops:
Excludes:
2014-05-27 12:50:45 +00:00
- vendor/**
- metadata.rb
2014-05-27 07:38:21 +00:00
- '**/Puppetfile'
2014-05-27 12:50:45 +00:00
- Puppetfile
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: 30
NumericLiterals:
MinDigits: 10