.rubocop_todo.yml in capybara-screenshot-diff-0.11.1 vs .rubocop_todo.yml in capybara-screenshot-diff-0.11.2
- old
+ new
@@ -6,30 +6,30 @@
# 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: 52
+ Max: 55
# Offense count: 1
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/BlockLength:
- Max: 33
+ Max: 43
# Offense count: 1
# Configuration parameters: CountComments.
Metrics/ClassLength:
- Max: 273
+ Max: 283
# Offense count: 6
Metrics/CyclomaticComplexity:
Max: 12
# Offense count: 16
# Configuration parameters: CountComments.
Metrics/MethodLength:
- Max: 38
+ Max: 48
# Offense count: 1
# Configuration parameters: CountComments.
Metrics/ModuleLength:
Max: 103
@@ -39,10 +39,10 @@
Metrics/ParameterLists:
Max: 6
# Offense count: 6
Metrics/PerceivedComplexity:
- Max: 12
+ Max: 15
# Offense count: 2
# Configuration parameters: MinNameLength, AllowNamesEndingInNumbers, AllowedNames, ForbiddenNames.
# AllowedNames: io, id, to, by, on, in, at
Naming/UncommunicativeMethodParamName: