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-21 00:08:12 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-04-21 00:08:12 +0300
commitfc8614660ee6c0963c96925affa7d837c02e0b4b (patch)
treed81cfed376f54ed52cbf540e0aa0c3ac46bf7c2d /.rubocop_todo.yml
parenta174146bf09aa549a4ae43f2b8a0f6aa638f499e (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index fef456d3d19..1ce7cbaabfb 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -46,12 +46,6 @@ Lint/RedundantCopDisableDirective:
Lint/UselessMethodDefinition:
Enabled: false
-# Offense count: 321
-# Configuration parameters: ForbiddenDelimiters.
-# ForbiddenDelimiters: (?-mix:(^|\s)(EO[A-Z]{1}|END)(\s|$))
-Naming/HeredocDelimiterNaming:
- Enabled: false
-
# Offense count: 218
# Cop supports --auto-correct.
# Configuration parameters: PreferredName.