We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f001405 commit 4187449Copy full SHA for 4187449
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:
@@ -21,3 +22,5 @@ Metrics/CyclomaticComplexity:
21
22
Max: 10
23
Metrics/PerceivedComplexity:
24
25
+Metrics/AbcSize:
26
+ Max: 29
0 commit comments