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

leaky_constant_declaration.yml « rspec « .rubocop_todo - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 824be5765c815cea3cdacd96a6f73530c4234390 (plain)
1
2
3
4
5
6
7
8
---
RSpec/LeakyConstantDeclaration:
  Exclude:
    - 'spec/db/schema_spec.rb'
    - 'spec/lib/gitlab/config/entry/simplifiable_spec.rb'
    - 'spec/lib/marginalia_spec.rb'
    - 'spec/models/concerns/batch_destroy_dependent_associations_spec.rb'
    - 'spec/models/concerns/bulk_insert_safe_spec.rb'