diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 22d8b95e..a83dd96a 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -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: