11#  This configuration was generated by
22#  `rubocop --auto-gen-config`
3- #  on 2017-08-26 18:01:43 +0100  using RuboCop version 0.42 .0.
3+ #  on 2017-10-01 22:20:54 +0300  using RuboCop version 0.50 .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,7 @@ Metrics/ClassLength:
1212  Max : 110 
1313
1414#  Offense count: 97
15- #  Configuration parameters: AllowHeredoc, AllowURI, URISchemes.
15+ #  Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns .
1616#  URISchemes: http, https
1717Metrics/LineLength :
1818  Max : 142 
@@ -27,11 +27,6 @@ Metrics/MethodLength:
2727Metrics/ModuleLength :
2828  Max : 398 
2929
30- #  Offense count: 1
31- Style/AsciiComments :
32-   Exclude :
33-     - ' lib/hyperclient/collection.rb' 
34- 
3530#  Offense count: 2
3631#  Configuration parameters: EnforcedStyle, SupportedStyles.
3732#  SupportedStyles: nested, compact
@@ -56,25 +51,7 @@ Style/DoubleNegation:
5651    - ' lib/hyperclient/curie.rb' 
5752    - ' lib/hyperclient/link.rb' 
5853
59- #  Offense count: 5
60- #  Cop supports --auto-correct.
61- #  Configuration parameters: EnforcedStyle, SupportedStyles.
62- #  SupportedStyles: line_count_dependent, lambda, literal
63- Style/Lambda :
64-   Exclude :
65-     - ' test/hyperclient/entry_point_test.rb' 
66-     - ' test/hyperclient/link_test.rb' 
67-     - ' test/hyperclient/resource_test.rb' 
68- 
6954#  Offense count: 1
7055Style/MethodMissing :
7156  Exclude :
7257    - ' lib/hyperclient/collection.rb' 
73- 
74- #  Offense count: 1
75- #  Cop supports --auto-correct.
76- #  Configuration parameters: EnforcedStyle, SupportedStyles, AllowInnerSlashes.
77- #  SupportedStyles: slashes, percent_r, mixed
78- Style/RegexpLiteral :
79-   Exclude :
80-     - ' features/support/api.rb' 
0 commit comments