Skip to content

Commit 1a1b8f5

Browse files
committed
Merge pull request #25 from TelekomLabs/update-common
Update common
2 parents f001405 + 5da19aa commit 1a1b8f5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.rubocop.yml

Lines changed: 5 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:
@@ -13,6 +14,8 @@ HashSyntax:
1314
Enabled: true
1415
LineLength:
1516
Enabled: false
17+
EmptyLinesAroundBlockBody:
18+
Enabled: false
1619
MethodLength:
1720
Max: 40
1821
NumericLiterals:
@@ -21,3 +24,5 @@ Metrics/CyclomaticComplexity:
2124
Max: 10
2225
Metrics/PerceivedComplexity:
2326
Max: 10
27+
Metrics/AbcSize:
28+
Max: 29

0 commit comments

Comments
 (0)