11# This configuration was generated by
22# `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.
44# The point is for the user to remove these configuration records
55# one by one as the offenses are removed from the code base.
66# Note that changes in the inspected code, or installation of new
77# versions of RuboCop, may require this file to be generated again.
88
9+ # Offense count: 1
10+ Metrics/AbcSize :
11+ Max : 19
12+
913# Offense count: 1
1014# Configuration parameters: CountComments.
1115Metrics/ClassLength :
@@ -16,10 +20,10 @@ Metrics/ClassLength:
1620Metrics/LineLength :
1721 Max : 142
1822
19- # Offense count: 3
23+ # Offense count: 4
2024# Configuration parameters: CountComments.
2125Metrics/MethodLength :
22- Max : 14
26+ Max : 16
2327
2428# Offense count: 3
2529# Configuration parameters: CountComments.
@@ -31,21 +35,23 @@ Style/AsciiComments:
3135 Exclude :
3236 - ' lib/hyperclient/collection.rb'
3337
34- # Offense count: 2
38+ # Offense count: 3
3539# Configuration parameters: EnforcedStyle, SupportedStyles.
3640Style/ClassAndModuleChildren :
3741 Exclude :
3842 - ' features/steps/api_navigation.rb'
3943 - ' features/steps/default_config.rb'
44+ - ' lib/uri_template/rfc6570/expression.rb'
4045
41- # Offense count: 14
46+ # Offense count: 15
4247Style/Documentation :
4348 Exclude :
4449 - ' features/steps/api_navigation.rb'
4550 - ' features/steps/default_config.rb'
4651 - ' features/support/api.rb'
4752 - ' features/support/fixtures.rb'
4853 - ' lib/hyperclient/version.rb'
54+ - ' lib/uri_template/rfc6570/expression.rb'
4955 - ' test/faraday/connection_test.rb'
5056 - ' test/hyperclient/attributes_test.rb'
5157 - ' test/hyperclient/collection_test.rb'
0 commit comments