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: c992f5647a79557c43b8f55ca1a4559acb35c298 (plain)
1
2
3
4
5
6
7
8
9
---
# Cop supports --autocorrect.
Lint/RedundantDirGlobSort:
  Exclude:
    - 'app/models/release_highlight.rb'
    - 'config/application.rb'
    - 'ee/spec/spec_helper.rb'
    - 'qa/qa/specs/spec_helper.rb'
    - 'spec/spec_helper.rb'