summaryrefslogtreecommitdiff
path: root/.rubocop_todo/style/array_coercion.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop_todo/style/array_coercion.yml')
-rw-r--r--.rubocop_todo/style/array_coercion.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.rubocop_todo/style/array_coercion.yml b/.rubocop_todo/style/array_coercion.yml
new file mode 100644
index 00000000000..a49fc42967d
--- /dev/null
+++ b/.rubocop_todo/style/array_coercion.yml
@@ -0,0 +1,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'