Welcome to mirror list, hosted at ThFree Co, Russian Federation.

redundant_dir_glob_sort.yml « lint « .rubocop_todo - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 84be6e2dd6a0164f3f0d9c92a56a2aedda9f75b8 (plain)
1
2
3
4
5
6
7
8
9
10
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'