1
1
# This configuration was generated by
2
2
# `rubocop --auto-gen-config`
3
- # on 2017-08-26 18:01:43 +0100 using RuboCop version 0.42 .0.
3
+ # on 2017-10-01 22:20:54 +0300 using RuboCop version 0.50 .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
@@ -12,7 +12,7 @@ Metrics/ClassLength:
12
12
Max : 110
13
13
14
14
# Offense count: 97
15
- # Configuration parameters: AllowHeredoc, AllowURI, URISchemes.
15
+ # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns .
16
16
# URISchemes: http, https
17
17
Metrics/LineLength :
18
18
Max : 142
@@ -27,11 +27,6 @@ Metrics/MethodLength:
27
27
Metrics/ModuleLength :
28
28
Max : 398
29
29
30
- # Offense count: 1
31
- Style/AsciiComments :
32
- Exclude :
33
- - ' lib/hyperclient/collection.rb'
34
-
35
30
# Offense count: 2
36
31
# Configuration parameters: EnforcedStyle, SupportedStyles.
37
32
# SupportedStyles: nested, compact
@@ -56,25 +51,7 @@ Style/DoubleNegation:
56
51
- ' lib/hyperclient/curie.rb'
57
52
- ' lib/hyperclient/link.rb'
58
53
59
- # Offense count: 5
60
- # Cop supports --auto-correct.
61
- # Configuration parameters: EnforcedStyle, SupportedStyles.
62
- # SupportedStyles: line_count_dependent, lambda, literal
63
- Style/Lambda :
64
- Exclude :
65
- - ' test/hyperclient/entry_point_test.rb'
66
- - ' test/hyperclient/link_test.rb'
67
- - ' test/hyperclient/resource_test.rb'
68
-
69
54
# Offense count: 1
70
55
Style/MethodMissing :
71
56
Exclude :
72
57
- ' lib/hyperclient/collection.rb'
73
-
74
- # Offense count: 1
75
- # Cop supports --auto-correct.
76
- # Configuration parameters: EnforcedStyle, SupportedStyles, AllowInnerSlashes.
77
- # SupportedStyles: slashes, percent_r, mixed
78
- Style/RegexpLiteral :
79
- Exclude :
80
- - ' features/support/api.rb'
0 commit comments