linux-baseline/.rubocop.yml
2014-05-27 14:50:45 +02:00

22 lines
301 B
YAML

AllCops:
Excludes:
- vendor/**
- metadata.rb
- '**/Puppetfile'
- Puppetfile
Documentation:
Enabled: false
AlignParameters:
Enabled: true
Encoding:
Enabled: true
HashSyntax:
Enabled: true
LineLength:
Enabled: false
MethodLength:
Max: 30
NumericLiterals:
MinDigits: 10