# Offense count: 58
# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods.
Metrics/CyclomaticComplexity:
- Max: 25
+ Max: 26
# Offense count: 751
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods.
# Offense count: 57
# Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods.
Metrics/PerceivedComplexity:
- Max: 26
+ Max: 27
# Offense count: 2495
# This cop supports safe autocorrection (--autocorrect).
# Offense count: 560
Minitest/MultipleAssertions:
- Max: 52
+ Max: 54
# Offense count: 1
# Configuration parameters: NamePrefix, ForbiddenPrefixes, AllowedMethods, MethodDefinitionMacros.