summaryrefslogtreecommitdiff
path: root/.rubocop_todo/style/array_coercion.yml
blob: a49fc42967d04ec09a7cfe85b96ac636b0256a21 (plain)
1
2
3
4
5
6
7
8
9
10
---
# Cop supports --auto-correct.
Style/ArrayCoercion:
  Exclude:
    - 'app/controllers/admin/ci/variables_controller.rb'
    - 'app/controllers/groups/variables_controller.rb'
    - 'app/controllers/projects/variables_controller.rb'
    - 'ee/app/services/geo/repository_verification_secondary_service.rb'
    - 'ee/lib/ee/banzai/pipeline/gfm_pipeline.rb'
    - 'spec/support/helpers/lfs_http_helpers.rb'