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

redundant_block_call.yml « performance « .rubocop_todo - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 89a67e3fd30df5de58a7bb00912c76ade427885a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
# Cop supports --auto-correct.
Performance/RedundantBlockCall:
  Exclude:
    - 'ee/app/models/gitlab_subscription.rb'
    - 'ee/lib/ee/gitlab/auth/ldap/sync/proxy.rb'
    - 'lib/gitlab/auth/ldap/access.rb'
    - 'lib/gitlab/auth/ldap/adapter.rb'
    - 'lib/gitlab/database/bulk_update.rb'
    - 'lib/gitlab/http.rb'
    - 'lib/gitlab/safe_request_store.rb'
    - 'lib/gitlab/timeless.rb'