11# This configuration was generated by
22# `rubocop --auto-gen-config`
3- # on 2018-01-05 16:54:58 -0500 using RuboCop version 0.50 .0.
3+ # on 2019-08-25 11:12:51 -0400 using RuboCop version 0.74 .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
1111Metrics/ClassLength :
1212 Max : 103
1313
14- # Offense count: 94
15- # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
16- # URISchemes: http, https
17- Metrics/LineLength :
18- Max : 142
19-
2014# Offense count: 3
21- # Configuration parameters: CountComments.
15+ # Configuration parameters: CountComments, ExcludedMethods .
2216Metrics/MethodLength :
2317 Max : 25
2418
@@ -28,7 +22,8 @@ Metrics/ModuleLength:
2822 Max : 265
2923
3024# Offense count: 2
31- # Configuration parameters: EnforcedStyle, SupportedStyles.
25+ # Cop supports --auto-correct.
26+ # Configuration parameters: AutoCorrect, EnforcedStyle.
3227# SupportedStyles: nested, compact
3328Style/ClassAndModuleChildren :
3429 Exclude :
@@ -55,3 +50,10 @@ Style/DoubleNegation:
5550Style/MethodMissingSuper :
5651 Exclude :
5752 - ' lib/hyperclient/collection.rb'
53+
54+ # Offense count: 93
55+ # Cop supports --auto-correct.
56+ # Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
57+ # URISchemes: http, https
58+ Metrics/LineLength :
59+ Max : 142
0 commit comments