summaryrefslogtreecommitdiff
path: root/.rubocop_todo/performance/bind_call.yml
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'