1
- # This configuration was generated by `rubocop --auto-gen-config`
2
- # on 2015-06-05 09:21:59 -0400 using RuboCop version 0.27.1.
1
+ # This configuration was generated by
2
+ # `rubocop --auto-gen-config`
3
+ # on 2015-08-15 16:01:39 -0400 using RuboCop version 0.33.0.
3
4
# The point is for the user to remove these configuration records
4
5
# one by one as the offenses are removed from the code base.
5
6
# Note that changes in the inspected code, or installation of new
10
11
Metrics/ClassLength :
11
12
Max : 103
12
13
13
- # Offense count: 78
14
+ # Offense count: 80
14
15
# Configuration parameters: AllowURI, URISchemes.
15
16
Metrics/LineLength :
16
17
Max : 142
@@ -20,28 +21,58 @@ Metrics/LineLength:
20
21
Metrics/MethodLength :
21
22
Max : 14
22
23
24
+ # Offense count: 3
25
+ # Configuration parameters: CountComments.
26
+ Metrics/ModuleLength :
27
+ Max : 238
28
+
23
29
# Offense count: 1
24
30
Style/AsciiComments :
25
- Enabled : false
31
+ Exclude :
32
+ - ' lib/hyperclient/collection.rb'
26
33
27
34
# Offense count: 2
28
35
# Configuration parameters: EnforcedStyle, SupportedStyles.
29
36
Style/ClassAndModuleChildren :
30
- Enabled : false
37
+ Exclude :
38
+ - ' features/steps/api_navigation.rb'
39
+ - ' features/steps/default_config.rb'
31
40
32
41
# Offense count: 14
33
42
Style/Documentation :
34
- Enabled : false
43
+ Exclude :
44
+ - ' features/steps/api_navigation.rb'
45
+ - ' features/steps/default_config.rb'
46
+ - ' features/support/api.rb'
47
+ - ' features/support/fixtures.rb'
48
+ - ' lib/hyperclient/version.rb'
49
+ - ' test/faraday/connection_test.rb'
50
+ - ' test/hyperclient/attributes_test.rb'
51
+ - ' test/hyperclient/collection_test.rb'
52
+ - ' test/hyperclient/curie_test.rb'
53
+ - ' test/hyperclient/entry_point_test.rb'
54
+ - ' test/hyperclient/link_collection_test.rb'
55
+ - ' test/hyperclient/link_test.rb'
56
+ - ' test/hyperclient/resource_collection_test.rb'
57
+ - ' test/hyperclient/resource_test.rb'
35
58
36
59
# Offense count: 2
37
60
Style/DoubleNegation :
38
- Enabled : false
61
+ Exclude :
62
+ - ' lib/hyperclient/curie.rb'
63
+ - ' lib/hyperclient/link.rb'
39
64
40
65
# Offense count: 5
66
+ # Cop supports --auto-correct.
41
67
Style/Lambda :
42
- Enabled : false
68
+ Exclude :
69
+ - ' test/hyperclient/entry_point_test.rb'
70
+ - ' test/hyperclient/link_test.rb'
71
+ - ' test/hyperclient/resource_test.rb'
43
72
44
- # Offense count: 5
45
- # Configuration parameters: MaxSlashes.
73
+ # Offense count: 1
74
+ # Cop supports --auto-correct.
75
+ # Configuration parameters: EnforcedStyle, SupportedStyles, AllowInnerSlashes.
46
76
Style/RegexpLiteral :
47
- Enabled : false
77
+ Exclude :
78
+ - ' features/support/api.rb'
0 commit comments