1
1
# This configuration was generated by
2
2
# `rubocop --auto-gen-config`
3
- # on 2015-08-15 17:01:12 -0400 using RuboCop version 0.33.0.
3
+ # on 2015-08-15 17:12:38 -0400 using RuboCop version 0.33.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
7
7
# versions of RuboCop, may require this file to be generated again.
8
8
9
+ # Offense count: 1
10
+ Metrics/AbcSize :
11
+ Max : 19
12
+
9
13
# Offense count: 1
10
14
# Configuration parameters: CountComments.
11
15
Metrics/ClassLength :
@@ -16,10 +20,10 @@ Metrics/ClassLength:
16
20
Metrics/LineLength :
17
21
Max : 142
18
22
19
- # Offense count: 3
23
+ # Offense count: 4
20
24
# Configuration parameters: CountComments.
21
25
Metrics/MethodLength :
22
- Max : 14
26
+ Max : 16
23
27
24
28
# Offense count: 3
25
29
# Configuration parameters: CountComments.
@@ -31,21 +35,23 @@ Style/AsciiComments:
31
35
Exclude :
32
36
- ' lib/hyperclient/collection.rb'
33
37
34
- # Offense count: 2
38
+ # Offense count: 3
35
39
# Configuration parameters: EnforcedStyle, SupportedStyles.
36
40
Style/ClassAndModuleChildren :
37
41
Exclude :
38
42
- ' features/steps/api_navigation.rb'
39
43
- ' features/steps/default_config.rb'
44
+ - ' lib/uri_template/rfc6570/expression.rb'
40
45
41
- # Offense count: 14
46
+ # Offense count: 15
42
47
Style/Documentation :
43
48
Exclude :
44
49
- ' features/steps/api_navigation.rb'
45
50
- ' features/steps/default_config.rb'
46
51
- ' features/support/api.rb'
47
52
- ' features/support/fixtures.rb'
48
53
- ' lib/hyperclient/version.rb'
54
+ - ' lib/uri_template/rfc6570/expression.rb'
49
55
- ' test/faraday/connection_test.rb'
50
56
- ' test/hyperclient/attributes_test.rb'
51
57
- ' test/hyperclient/collection_test.rb'
0 commit comments