.rubocop_todo.yml in capybara-screenshot-diff-0.15.0 vs .rubocop_todo.yml in capybara-screenshot-diff-0.15.1

- old
+ new

@@ -1,33 +1,34 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2018-06-26 14:23:03 +0200 using RuboCop version 0.57.2. +# on 2019-04-11 18:39:44 +0200 using RuboCop version 0.67.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: 12 Metrics/AbcSize: - Max: 55 + Max: 50 -# Offense count: 1 +# Offense count: 2 # Configuration parameters: CountComments, ExcludedMethods. +# ExcludedMethods: refine Metrics/BlockLength: Max: 44 # Offense count: 1 # Configuration parameters: CountComments. Metrics/ClassLength: - Max: 303 + Max: 305 # Offense count: 6 Metrics/CyclomaticComplexity: - Max: 13 + Max: 18 -# Offense count: 16 -# Configuration parameters: CountComments. +# Offense count: 15 +# Configuration parameters: CountComments, ExcludedMethods. Metrics/MethodLength: Max: 49 # Offense count: 1 # Configuration parameters: CountComments. @@ -35,17 +36,17 @@ Max: 107 # Offense count: 1 # Configuration parameters: CountKeywordArgs. Metrics/ParameterLists: - Max: 6 + Max: 7 # Offense count: 6 Metrics/PerceivedComplexity: - Max: 15 + Max: 18 # Offense count: 2 # Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames. -# AllowedNames: io, id, to, by, on, in, at +# AllowedNames: io, id, to, by, on, in, at, ip, db Naming/UncommunicativeMethodParamName: Exclude: - 'lib/capybara/screenshot/diff/image_compare.rb'