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-05-10 12:07:58 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-05-10 12:07:58 +0300
commitdb602d1f72de2f511fee34aeefe56ceb29497045 (patch)
treefc4b51c234ea097b8fa6814ba2bf1e180da333ca /.rubocop_todo.yml
parent710c5832b62f5649944477246ef35cce9a633f8d (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 e819377d060..75abad54255 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -145,11 +145,6 @@ Rails/MailerName:
Rails/NegateInclude:
Enabled: false
-# Offense count: 46
-# Cop supports --auto-correct.
-Rails/Pick:
- Enabled: false
-
# Offense count: 39
# Cop supports --auto-correct.
# Configuration parameters: Include.
@@ -238,11 +233,6 @@ Style/Lambda:
Style/NumericLiteralPrefix:
Enabled: false
-# Offense count: 206
-# Cop supports --auto-correct.
-Style/RedundantInterpolation:
- Enabled: false
-
# Offense count: 279
# Cop supports --auto-correct.
Style/RedundantRegexpEscape: