.rubocop_todo.yml in capybara-screenshot-diff-0.7.0 vs .rubocop_todo.yml in capybara-screenshot-diff-0.7.1

- old
+ new

@@ -1,8 +1,8 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2017-07-06 16:03:55 +0200 using RuboCop version 0.49.1. +# on 2017-07-12 20:35:14 +0200 using RuboCop version 0.49.1. # 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. @@ -19,19 +19,19 @@ Max: 28 # Offense count: 1 # Configuration parameters: CountComments. Metrics/ClassLength: - Max: 188 + Max: 180 # Offense count: 2 Metrics/CyclomaticComplexity: Max: 8 # Offense count: 8 # Configuration parameters: CountComments. Metrics/MethodLength: - Max: 24 + Max: 21 # Offense count: 1 Metrics/PerceivedComplexity: Max: 8