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/lint/redundant_dir_glob_sort.yml')
-rw-r--r--.rubocop_todo/lint/redundant_dir_glob_sort.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.rubocop_todo/lint/redundant_dir_glob_sort.yml b/.rubocop_todo/lint/redundant_dir_glob_sort.yml
new file mode 100644
index 00000000000..84be6e2dd6a
--- /dev/null
+++ b/.rubocop_todo/lint/redundant_dir_glob_sort.yml
@@ -0,0 +1,11 @@
+---
+# Cop supports --autocorrect.
+Lint/RedundantDirGlobSort:
+ Details: grace period
+ Exclude:
+ - 'app/models/release_highlight.rb'
+ - 'config/application.rb'
+ - 'ee/spec/spec_helper.rb'
+ - 'qa/qa/specs/spec_helper.rb'
+ - 'rubocop/rubocop.rb'
+ - 'spec/spec_helper.rb'