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: f05805adeb5f82fe8bf250708ca8fee9d6073efa (plain)
1
2
3
4
5
6
7
8
9
10
11
---
RSpec/LeakyConstantDeclaration:
  Exclude:
    - 'spec/db/schema_spec.rb'
    - 'spec/lib/gitlab/config/entry/simplifiable_spec.rb'
    - 'spec/lib/gitlab/quick_actions/dsl_spec.rb'
    - 'spec/lib/marginalia_spec.rb'
    - 'spec/mailers/notify_spec.rb'
    - 'spec/models/concerns/batch_destroy_dependent_associations_spec.rb'
    - 'spec/models/concerns/bulk_insert_safe_spec.rb'
    - 'spec/models/concerns/bulk_insertable_associations_spec.rb'