Lint: ABCSize et. al.

This commit is contained in:
Jared Beck 2021-10-25 12:18:34 -04:00
parent d90ba94540
commit 58ec764db1
1 changed files with 0 additions and 15 deletions

View File

@ -6,21 +6,6 @@
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.
# Offense count: 5
# Configuration parameters: IgnoredMethods, CountRepeatedAttributes.
Metrics/AbcSize:
Max: 17.5 # Goal: 17, the default
# Offense count: 1
# Configuration parameters: IgnoredMethods.
Metrics/CyclomaticComplexity:
Max: 8 # Goal: 7, the default
# Offense count: 1
# Configuration parameters: IgnoredMethods.
Metrics/PerceivedComplexity:
Max: 9 # Goal: 8, the default
# Offense count: 56
# Cop supports --auto-correct.
Rails/ApplicationRecord: