Skip to content

Commit c046462

Browse files
committed
Merge pull request #9 from TelekomLabs/update-common
Update common
2 parents 4041760 + 01566a7 commit c046462

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.rubocop.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ AllCops:
33
Exclude:
44
- vendor/**/*
55
- "*/puppet/Puppetfile"
6-
- 'default/puppet/.tmp/**/*'
6+
- "*/puppet/.tmp/**/*"
77
Documentation:
88
Enabled: false
99
AlignParameters:
@@ -14,6 +14,8 @@ HashSyntax:
1414
Enabled: true
1515
LineLength:
1616
Enabled: false
17+
EmptyLinesAroundBlockBody:
18+
Enabled: false
1719
MethodLength:
1820
Max: 40
1921
NumericLiterals:
@@ -22,3 +24,5 @@ Metrics/CyclomaticComplexity:
2224
Max: 10
2325
Metrics/PerceivedComplexity:
2426
Max: 10
27+
Metrics/AbcSize:
28+
Max: 29

0 commit comments

Comments
 (0)