updating common files

updating files: [".rubocop.yml"]
This commit is contained in:
Dominik Richter 2014-12-12 01:25:27 +01:00
parent f0014053ce
commit 4187449039

View file

@ -3,6 +3,7 @@ AllCops:
Exclude:
- vendor/**/*
- "*/puppet/Puppetfile"
- "*/puppet/.tmp/**/*"
Documentation:
Enabled: false
AlignParameters:
@ -21,3 +22,5 @@ Metrics/CyclomaticComplexity:
Max: 10
Metrics/PerceivedComplexity:
Max: 10
Metrics/AbcSize:
Max: 29