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>2023-02-02 06:11:40 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-02 06:11:40 +0300
commit9a2f2c662033adfe4aaf12c4d407f452789c4e01 (patch)
treea9ea109617ffcd0002da1043437ae16dc61a928e /.rubocop_todo
parent88ce9b624561a2a5836c623bdd07a81ffc611da7 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop_todo')
-rw-r--r--.rubocop_todo/performance/redundant_split_regexp_argument.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.rubocop_todo/performance/redundant_split_regexp_argument.yml b/.rubocop_todo/performance/redundant_split_regexp_argument.yml
deleted file mode 100644
index 0c0e12480d5..00000000000
--- a/.rubocop_todo/performance/redundant_split_regexp_argument.yml
+++ /dev/null
@@ -1,8 +0,0 @@
----
-# Cop supports --autocorrect.
-Performance/RedundantSplitRegexpArgument:
- Details: grace period
- Exclude:
- - 'lib/file_size_validator.rb'
- - 'lib/gitlab/git/raw_diff_change.rb'
- - 'lib/kramdown/converter/commonmark.rb'