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

string_include.yml « performance « .rubocop_todo - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cb6e566094e63222cdca48500c06ee485e54c5cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
# Cop supports --auto-correct.
Performance/StringInclude:
  Exclude:
    - 'app/models/snippet_repository.rb'
    - 'config/initializers/macos.rb'
    - 'config/spring.rb'
    - 'ee/app/models/ee/container_registry/event.rb'
    - 'ee/lib/gitlab/auth/smartcard/certificate.rb'
    - 'lib/gitlab/database/migration_helpers.rb'
    - 'lib/kramdown/parser/atlassian_document_format.rb'
    - 'lib/prometheus/pid_provider.rb'
    - 'qa/qa/specs/runner.rb'
    - 'spec/features/projects/jobs_spec.rb'
    - 'spec/spec_helper.rb'