summaryrefslogtreecommitdiff
path: root/.rubocop_todo.yml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-04-28 15:10:08 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-04-28 15:10:08 +0000
commitf7f0c0502763777f48964774a87b0a34dfb1d9ab (patch)
tree777821671f0eba38eadd5f60da96a1e54870350a /.rubocop_todo.yml
parent10cb807543dca60b59a380100d1b70730d0e8b29 (diff)
downloadgitlab-ce-f7f0c0502763777f48964774a87b0a34dfb1d9ab.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r--.rubocop_todo.yml17
1 files changed, 0 insertions, 17 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml
index fda144d68f5..ac373477962 100644
--- a/.rubocop_todo.yml
+++ b/.rubocop_todo.yml
@@ -18,23 +18,6 @@ Lint/EmptyFile:
- 'db/seeds.rb'
- 'ee/db/geo/seeds.rb'
-# Offense count: 13
-Lint/MixedRegexpCaptureTypes:
- Exclude:
- - 'app/models/alert_management/alert.rb'
- - 'app/models/integrations/ewm.rb'
- - 'app/uploaders/file_uploader.rb'
- - 'ee/lib/gitlab/code_owners/reference_extractor.rb'
- - 'lib/gitlab/ci/pipeline/expression/lexeme/string.rb'
- - 'lib/gitlab/dependency_linker/gemfile_linker.rb'
- - 'lib/gitlab/diff/suggestions_parser.rb'
- - 'lib/gitlab/github_import/representation/note.rb'
- - 'lib/gitlab/metrics/system.rb'
- - 'lib/gitlab/request_profiler/profile.rb'
- - 'lib/gitlab/slash_commands/issue_move.rb'
- - 'lib/gitlab/slash_commands/issue_new.rb'
- - 'lib/gitlab/slash_commands/run.rb'
-
# Offense count: 200
# Cop supports --auto-correct.
Lint/RedundantCopDisableDirective: