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.
34#  The point is for the user to remove these configuration records
45#  one by one as the offenses are removed from the code base.
56#  Note that changes in the inspected code, or installation of new
1011Metrics/ClassLength :
1112  Max : 103 
1213
13- #  Offense count: 78 
14+ #  Offense count: 80 
1415#  Configuration parameters: AllowURI, URISchemes.
1516Metrics/LineLength :
1617  Max : 142 
@@ -20,28 +21,58 @@ Metrics/LineLength:
2021Metrics/MethodLength :
2122  Max : 14 
2223
24+ #  Offense count: 3
25+ #  Configuration parameters: CountComments.
26+ Metrics/ModuleLength :
27+   Max : 238 
28+ 
2329#  Offense count: 1
2430Style/AsciiComments :
25-   Enabled : false 
31+   Exclude :
32+     - ' lib/hyperclient/collection.rb' 
2633
2734#  Offense count: 2
2835#  Configuration parameters: EnforcedStyle, SupportedStyles.
2936Style/ClassAndModuleChildren :
30-   Enabled : false 
37+   Exclude :
38+     - ' features/steps/api_navigation.rb' 
39+     - ' features/steps/default_config.rb' 
3140
3241#  Offense count: 14
3342Style/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' 
3558
3659#  Offense count: 2
3760Style/DoubleNegation :
38-   Enabled : false 
61+   Exclude :
62+     - ' lib/hyperclient/curie.rb' 
63+     - ' lib/hyperclient/link.rb' 
3964
4065#  Offense count: 5
66+ #  Cop supports --auto-correct.
4167Style/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' 
4372
44- #  Offense count: 5
45- #  Configuration parameters: MaxSlashes.
73+ #  Offense count: 1
74+ #  Cop supports --auto-correct.
75+ #  Configuration parameters: EnforcedStyle, SupportedStyles, AllowInnerSlashes.
4676Style/RegexpLiteral :
47-   Enabled : false 
77+   Exclude :
78+     - ' features/support/api.rb' 
0 commit comments