From 9868dc1982ecaeb81cee9b4186d68b37f6c47cba Mon Sep 17 00:00:00 2001 From: Siddharth Asthana Date: Fri, 5 Aug 2022 16:14:44 +0530 Subject: [PATCH] RuboCop: Enable previously disabled Style/MissingRespondToMissing Changelog: other --- .rubocop_todo/style/missing_respond_to_missing.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.rubocop_todo/style/missing_respond_to_missing.yml b/.rubocop_todo/style/missing_respond_to_missing.yml index 4d6025863423f4..9387ae72d0011e 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' -- GitLab