We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f001405 + 5da19aa commit 1a1b8f5Copy full SHA for 1a1b8f5
1 file changed
.rubocop.yml
@@ -3,6 +3,7 @@ AllCops:
3
Exclude:
4
- vendor/**/*
5
- "*/puppet/Puppetfile"
6
+ - "*/puppet/.tmp/**/*"
7
Documentation:
8
Enabled: false
9
AlignParameters:
@@ -13,6 +14,8 @@ HashSyntax:
13
14
Enabled: true
15
LineLength:
16
17
+EmptyLinesAroundBlockBody:
18
+ Enabled: false
19
MethodLength:
20
Max: 40
21
NumericLiterals:
@@ -21,3 +24,5 @@ Metrics/CyclomaticComplexity:
24
Max: 10
22
25
Metrics/PerceivedComplexity:
23
26
27
+Metrics/AbcSize:
28
+ Max: 29
0 commit comments