Skip to content

Commit

Permalink
updating common files
Browse files Browse the repository at this point in the history
updating files: [".rubocop.yml"]
  • Loading branch information
arlimus committed Dec 12, 2014
1 parent f001405 commit 4187449
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ AllCops:
Exclude:
- vendor/**/*
- "*/puppet/Puppetfile"
- "*/puppet/.tmp/**/*"
Documentation:
Enabled: false
AlignParameters:
Expand All @@ -21,3 +22,5 @@ Metrics/CyclomaticComplexity:
Max: 10
Metrics/PerceivedComplexity:
Max: 10
Metrics/AbcSize:
Max: 29

0 comments on commit 4187449

Please sign in to comment.