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:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-04-27 15:08:19 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-04-27 15:08:19 +0300
commit863ba7d77355b305b06112b0c6c3cab3c09898b0 (patch)
tree6b657c3bfc0cff804fad6094ba61d42c6925c4d4 /.rubocop_todo.yml
parent359bc6940b1205035e14f028b75d0c9c80a1fd5e (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index adf1eab5180..b7c771a3959 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -348,11 +348,6 @@ Style/RedundantInterpolation:
Style/RedundantRegexpEscape:
Enabled: false
-# Offense count: 968
-# Cop supports --auto-correct.
-Style/RedundantSelf:
- Enabled: false
-
# Offense count: 53
# Cop supports --auto-correct.
Style/RescueModifier:
@@ -363,11 +358,6 @@ Style/RescueModifier:
Style/SingleArgumentDig:
Enabled: false
-# Offense count: 63
-# Configuration parameters: AllowModifier.
-Style/SoleNestedConditional:
- Enabled: false
-
# Offense count: 562
# Cop supports --auto-correct.
Style/StringConcatenation: