Merge pull request #25 from TelekomLabs/update-common

Update common
This commit is contained in:
Dominik Richter 2014-12-12 19:07:46 +01:00
commit 1a1b8f5da5

View file

@ -3,6 +3,7 @@ AllCops:
Exclude:
- vendor/**/*
- "*/puppet/Puppetfile"
- "*/puppet/.tmp/**/*"
Documentation:
Enabled: false
AlignParameters:
@ -13,6 +14,8 @@ HashSyntax:
Enabled: true
LineLength:
Enabled: false
EmptyLinesAroundBlockBody:
Enabled: false
MethodLength:
Max: 40
NumericLiterals:
@ -21,3 +24,5 @@ Metrics/CyclomaticComplexity:
Max: 10
Metrics/PerceivedComplexity:
Max: 10
Metrics/AbcSize:
Max: 29