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

described_class.yml « rspec « .rubocop_todo - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5868749048adc245ab4a2e5c2bc15245b6ffa805 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
# Cop supports --autocorrect.
RSpec/DescribedClass:
  Exclude:
    - 'qa/spec/service/docker_run/base_spec.rb'
    - 'qa/spec/support/loglinking_spec.rb'
    - 'qa/spec/support/page_error_checker_spec.rb'
    - 'spec/lib/feature_spec.rb'
    - 'spec/lib/gitlab/ci/variables/collection/item_spec.rb'
    - 'spec/lib/gitlab/git/repository_spec.rb'
    - 'spec/lib/gitlab/git/tree_spec.rb'