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

open_struct_use.yml « style « .rubocop_todo - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 15e4539072d9794387d2b5b061e600fd224a0875 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
Style/OpenStructUse:
  Exclude:
    - 'ee/spec/features/projects/new_project_spec.rb'
    - 'ee/spec/finders/template_finder_spec.rb'
    - 'ee/spec/helpers/ee/blob_helper_spec.rb'
    - 'ee/spec/lib/gitlab/auth/group_saml/failure_handler_spec.rb'
    - 'spec/factories/wiki_pages.rb'
    - 'spec/helpers/profiles_helper_spec.rb'
    - 'spec/lib/gitlab/gitaly_client/blobs_stitcher_spec.rb'
    - 'spec/lib/gitlab/gitaly_client/diff_stitcher_spec.rb'
    - 'spec/support/helpers/repo_helpers.rb'