.rubocop_todo.yml in capybara-screenshot-diff-1.1.0 vs .rubocop_todo.yml in capybara-screenshot-diff-1.2.0
- old
+ new
@@ -1,8 +1,8 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2019-04-11 18:39:44 +0200 using RuboCop version 0.67.2.
+# on 2019-08-29 00:41:08 +0200 using RuboCop version 0.68.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.
@@ -17,33 +17,33 @@
Max: 44
# Offense count: 1
# Configuration parameters: CountComments.
Metrics/ClassLength:
- Max: 305
+ Max: 304
-# Offense count: 6
+# Offense count: 5
Metrics/CyclomaticComplexity:
- Max: 18
+ Max: 17
# Offense count: 15
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/MethodLength:
Max: 49
# Offense count: 1
# Configuration parameters: CountComments.
Metrics/ModuleLength:
- Max: 109
+ Max: 107
# Offense count: 1
# Configuration parameters: CountKeywordArgs.
Metrics/ParameterLists:
Max: 7
-# Offense count: 6
+# Offense count: 5
Metrics/PerceivedComplexity:
- Max: 18
+ Max: 17
# Offense count: 2
# Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames.
# AllowedNames: io, id, to, by, on, in, at, ip, db
Naming/UncommunicativeMethodParamName: