.rubocop_todo.yml in fusuma-plugin-tap-0.3.1 vs .rubocop_todo.yml in fusuma-plugin-tap-0.3.2

- old
+ new

@@ -1,8 +1,8 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2020-05-10 21:28:27 +0900 using RuboCop version 0.82.0. +# on 2020-07-05 15:49:25 UTC using RuboCop version 0.86.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. @@ -14,31 +14,31 @@ - 'fusuma-plugin-tap.gemspec' # Offense count: 5 # Configuration parameters: IgnoredMethods. Metrics/AbcSize: - Max: 40 + Max: 42 # Offense count: 1 # Configuration parameters: CountComments, ExcludedMethods. # ExcludedMethods: refine Metrics/BlockLength: Max: 33 # Offense count: 3 # Configuration parameters: IgnoredMethods. Metrics/CyclomaticComplexity: - Max: 24 + Max: 25 # Offense count: 5 # Configuration parameters: CountComments, ExcludedMethods. Metrics/MethodLength: Max: 45 -# Offense count: 3 +# Offense count: 2 # Configuration parameters: IgnoredMethods. Metrics/PerceivedComplexity: - Max: 11 + Max: 13 # Offense count: 1 Style/Documentation: Exclude: - 'spec/**/*'