11# This configuration was generated by
22# `rubocop --auto-gen-config`
3- # on 2016-03-15 15:48:04 -0400 using RuboCop version 0.33 .0.
3+ # on 2016-08-20 10:53:42 -0400 using RuboCop version 0.42 .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
@@ -12,7 +12,8 @@ Metrics/ClassLength:
1212 Max : 103
1313
1414# Offense count: 85
15- # Configuration parameters: AllowURI, URISchemes.
15+ # Configuration parameters: AllowHeredoc, AllowURI, URISchemes.
16+ # URISchemes: http, https
1617Metrics/LineLength :
1718 Max : 142
1819
@@ -33,28 +34,21 @@ Style/AsciiComments:
3334
3435# Offense count: 2
3536# Configuration parameters: EnforcedStyle, SupportedStyles.
37+ # SupportedStyles: nested, compact
3638Style/ClassAndModuleChildren :
3739 Exclude :
3840 - ' features/steps/api_navigation.rb'
3941 - ' features/steps/default_config.rb'
4042
41- # Offense count: 14
43+ # Offense count: 4
4244Style/Documentation :
4345 Exclude :
46+ - ' spec/**/*'
47+ - ' test/**/*'
4448 - ' features/steps/api_navigation.rb'
4549 - ' features/steps/default_config.rb'
4650 - ' features/support/api.rb'
4751 - ' 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'
5852
5953# Offense count: 2
6054Style/DoubleNegation :
@@ -64,15 +58,23 @@ Style/DoubleNegation:
6458
6559# Offense count: 5
6660# Cop supports --auto-correct.
61+ # Configuration parameters: EnforcedStyle, SupportedStyles.
62+ # SupportedStyles: line_count_dependent, lambda, literal
6763Style/Lambda :
6864 Exclude :
6965 - ' test/hyperclient/entry_point_test.rb'
7066 - ' test/hyperclient/link_test.rb'
7167 - ' test/hyperclient/resource_test.rb'
7268
69+ # Offense count: 1
70+ Style/MethodMissing :
71+ Exclude :
72+ - ' lib/hyperclient/collection.rb'
73+
7374# Offense count: 1
7475# Cop supports --auto-correct.
7576# Configuration parameters: EnforcedStyle, SupportedStyles, AllowInnerSlashes.
77+ # SupportedStyles: slashes, percent_r, mixed
7678Style/RegexpLiteral :
7779 Exclude :
7880 - ' features/support/api.rb'
0 commit comments