From 58ec764db13ba0c5aefa71af865111115b42f261 Mon Sep 17 00:00:00 2001 From: Jared Beck Date: Mon, 25 Oct 2021 12:18:34 -0400 Subject: [PATCH] Lint: ABCSize et. al. --- .rubocop_todo.yml | 15 --------------- 1 file changed, 15 deletions(-) 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: