summaryrefslogtreecommitdiff
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-05-05 09:08:00 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-05-05 09:08:00 +0000
commit17ef30f3df6d3939e41e69efc7cfa3deaa08605d (patch)
tree6852730e03de7e85e7a42952ec85960ab9832fa5 /.rubocop_todo.yml
parentcd9bbd8a3e8af73864ca3c7704211309fae8ce0e (diff)
downloadgitlab-ce-17ef30f3df6d3939e41e69efc7cfa3deaa08605d.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index 14bc169854a..37c5c2ed238 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -241,10 +241,6 @@ Style/KeywordParametersOrder:
Style/Lambda:
Enabled: false
-# Offense count: 21
-Style/MissingRespondToMissing:
- Enabled: false
-
# Offense count: 35
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, MinBodyLength.