1
1
# This configuration was generated by
2
2
# `rubocop --auto-gen-config`
3
- # on 2018-01-05 16:54:58 -0500 using RuboCop version 0.50 .0.
3
+ # on 2019-08-25 11:12:51 -0400 using RuboCop version 0.74 .0.
4
4
# The point is for the user to remove these configuration records
5
5
# one by one as the offenses are removed from the code base.
6
6
# Note that changes in the inspected code, or installation of new
11
11
Metrics/ClassLength :
12
12
Max : 103
13
13
14
- # Offense count: 94
15
- # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
16
- # URISchemes: http, https
17
- Metrics/LineLength :
18
- Max : 142
19
-
20
14
# Offense count: 3
21
- # Configuration parameters: CountComments.
15
+ # Configuration parameters: CountComments, ExcludedMethods .
22
16
Metrics/MethodLength :
23
17
Max : 25
24
18
@@ -28,7 +22,8 @@ Metrics/ModuleLength:
28
22
Max : 265
29
23
30
24
# Offense count: 2
31
- # Configuration parameters: EnforcedStyle, SupportedStyles.
25
+ # Cop supports --auto-correct.
26
+ # Configuration parameters: AutoCorrect, EnforcedStyle.
32
27
# SupportedStyles: nested, compact
33
28
Style/ClassAndModuleChildren :
34
29
Exclude :
@@ -55,3 +50,10 @@ Style/DoubleNegation:
55
50
Style/MethodMissingSuper :
56
51
Exclude :
57
52
- ' lib/hyperclient/collection.rb'
53
+
54
+ # Offense count: 93
55
+ # Cop supports --auto-correct.
56
+ # Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
57
+ # URISchemes: http, https
58
+ Metrics/LineLength :
59
+ Max : 142
0 commit comments