.rubocop_todo.yml in mocha-1.9.0 vs .rubocop_todo.yml in mocha-1.10.0.alpha
- old
+ new
@@ -1,50 +1,27 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2018-07-26 12:42:35 +0100 using RuboCop version 0.58.2.
+# on 2019-11-16 18:15:36 +0000 using RuboCop version 0.58.2.
# 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: 53
+# Offense count: 57
Metrics/AbcSize:
- Max: 39
+ Max: 26
-# Offense count: 2
-# Configuration parameters: CountComments, ExcludedMethods.
-# ExcludedMethods: refine
-Metrics/BlockLength:
- Max: 48
-
-# Offense count: 22
+# Offense count: 23
# Configuration parameters: CountComments.
Metrics/ClassLength:
- Max: 368
+ Max: 366
-# Offense count: 4
-Metrics/CyclomaticComplexity:
- Max: 9
-
-# Offense count: 173
+# Offense count: 172
# Configuration parameters: CountComments.
Metrics/MethodLength:
Max: 31
-# Offense count: 1
-# Configuration parameters: CountComments.
-Metrics/ModuleLength:
- Max: 158
-
-# Offense count: 5
-Metrics/PerceivedComplexity:
- Max: 11
-
-# Offense count: 105
-Style/Documentation:
- Enabled: false
-
-# Offense count: 501
+# Offense count: 545
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Metrics/LineLength:
Max: 180