diff --git a/.rubocop_todo/style/missing_respond_to_missing.yml b/.rubocop_todo/style/missing_respond_to_missing.yml index 4d6025863423f4677e60597a0f359ef67203ab22..9387ae72d0011e1273a3731c55139f7acb5b3a3f 100644 --- a/.rubocop_todo/style/missing_respond_to_missing.yml +++ b/.rubocop_todo/style/missing_respond_to_missing.yml @@ -1,8 +1,5 @@ --- Style/MissingRespondToMissing: - # Offense count: 21 - # Temporarily disabled due to too many offenses - Enabled: false Exclude: - 'app/controllers/projects/application_controller.rb' - 'app/models/network/commit.rb'