Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop_todo/style/missing_respond_to_missing.yml')
-rw-r--r--.rubocop_todo/style/missing_respond_to_missing.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.rubocop_todo/style/missing_respond_to_missing.yml b/.rubocop_todo/style/missing_respond_to_missing.yml
index 4d602586342..9387ae72d00 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'