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:
Diffstat (limited to '.rubocop_todo/performance/redundant_split_regexp_argument.yml')
-rw-r--r--.rubocop_todo/performance/redundant_split_regexp_argument.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.rubocop_todo/performance/redundant_split_regexp_argument.yml b/.rubocop_todo/performance/redundant_split_regexp_argument.yml
new file mode 100644
index 00000000000..0c0e12480d5
--- /dev/null
+++ b/.rubocop_todo/performance/redundant_split_regexp_argument.yml
@@ -0,0 +1,8 @@
+---
+# 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'