.rubocop_todo.yml in oxidized-0.26.1 vs .rubocop_todo.yml in oxidized-0.26.2
- old
+ new
@@ -1,8 +1,8 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2019-03-03 11:36:35 +0200 using RuboCop version 0.65.0.
+# on 2019-03-05 07:37:06 +0100 using RuboCop version 0.65.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.
@@ -21,13 +21,13 @@
Metrics/ClassLength:
Max: 196
# Offense count: 11
Metrics/CyclomaticComplexity:
- Max: 13
+ Max: 14
-# Offense count: 59
+# Offense count: 60
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/MethodLength:
Max: 41
# Offense count: 1
@@ -35,10 +35,10 @@
Metrics/ParameterLists:
Max: 6
# Offense count: 10
Metrics/PerceivedComplexity:
- Max: 13
+ Max: 14
# Offense count: 1
Naming/AccessorMethodName:
Exclude:
- 'lib/oxidized/string.rb'