.rubocop_todo.yml in estella-2.0.0 vs .rubocop_todo.yml in estella-5.0.0
- old
+ new
@@ -1,32 +1,32 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2017-01-27 12:52:56 -0500 using RuboCop version 0.47.1.
+# on 2019-05-20 16:29:39 -0400 using RuboCop version 0.60.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.
-# Offense count: 1
+# Offense count: 3
Metrics/AbcSize:
Max: 18
# Offense count: 3
# Configuration parameters: CountComments, ExcludedMethods.
+# ExcludedMethods: refine
Metrics/BlockLength:
Max: 134
-# Offense count: 30
-# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
-# URISchemes: http, https
-Metrics/LineLength:
- Max: 135
-
# Offense count: 1
# Configuration parameters: CountComments.
+Metrics/ClassLength:
+ Max: 103
+
+# Offense count: 1
+# Configuration parameters: CountComments, ExcludedMethods.
Metrics/MethodLength:
- Max: 13
+ Max: 12
# Offense count: 3
# Cop supports --auto-correct.
# Configuration parameters: MaxKeyValuePairs.
Performance/RedundantMerge:
@@ -63,10 +63,16 @@
- 'lib/estella/analysis.rb'
- 'lib/estella/version.rb'
# Offense count: 2
# Cop supports --auto-correct.
-# Configuration parameters: EnforcedStyle, SupportedStyles.
+# Configuration parameters: EnforcedStyle.
# SupportedStyles: only_raise, only_fail, semantic
Style/SignalException:
Exclude:
- 'lib/estella/parser.rb'
+
+# Offense count: 30
+# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
+# URISchemes: http, https
+Metrics/LineLength:
+ Max: 135