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-03 12:07:47 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-05-03 12:07:47 +0300
commit4df4a22481c3ed10e22cdb795dd6d811c4e89fde (patch)
treed166b61c9e438d82ca500b8a8c75f9c94d8847c2 /.rubocop_todo.yml
parent982c486da485262bf93d2ef9d160711aeb04afc3 (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 b3207c1923f..f3fe41bc40f 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -23,12 +23,6 @@ Lint/UselessMethodDefinition:
Naming/RescuedExceptionsVariableName:
Enabled: false
-# Offense count: 1
-# Cop supports --auto-correct.
-Performance/AncestorsInclude:
- Exclude:
- - 'lib/gitlab/ci/config/extendable/entry.rb'
-
# Offense count: 29
# Configuration parameters: MinSize.
Performance/CollectionLiteralInLoop: