add rubocop file

This commit is contained in:
Edmund Haselwanter 2014-05-27 09:38:21 +02:00
parent 9891e32259
commit 70097d1b0a

17
.rubocop.yml Normal file
View file

@ -0,0 +1,17 @@
AllCops:
Excludes:
- '**/Puppetfile'
Documentation:
Enabled: false
AlignParameters:
Enabled: true
Encoding:
Enabled: true
HashSyntax:
Enabled: true
LineLength:
Enabled: false
MethodLength:
Max: 30
NumericLiterals:
MinDigits: 10