Skip to content

Commit 4187449

Browse files
committed
updating common files
updating files: [".rubocop.yml"]
1 parent f001405 commit 4187449

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ AllCops:
33
Exclude:
44
- vendor/**/*
55
- "*/puppet/Puppetfile"
6+
- "*/puppet/.tmp/**/*"
67
Documentation:
78
Enabled: false
89
AlignParameters:
@@ -21,3 +22,5 @@ Metrics/CyclomaticComplexity:
2122
Max: 10
2223
Metrics/PerceivedComplexity:
2324
Max: 10
25+
Metrics/AbcSize:
26+
Max: 29

0 commit comments

Comments
 (0)