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

bind_call.yml « performance « .rubocop_todo - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5adb519793dc1d4146932ac0aa5205cea78f9c88 (plain)
1
2
3
4
5
6
7
8
9
10
---
# Cop supports --auto-correct.
Performance/BindCall:
  Exclude:
    - 'app/services/metrics/dashboard/grafana_metric_embed_service.rb'
    - 'ee/spec/features/issues/form_spec.rb'
    - 'lib/gitlab/patch/prependable.rb'
    - 'spec/features/issues/form_spec.rb'
    - 'spec/mailers/notify_spec.rb'
    - 'spec/support/patches/rspec_mocks_prepended_methods.rb'