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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop_todo/lint/binary_operator_with_identical_operands.yml')
-rw-r--r--.rubocop_todo/lint/binary_operator_with_identical_operands.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.rubocop_todo/lint/binary_operator_with_identical_operands.yml b/.rubocop_todo/lint/binary_operator_with_identical_operands.yml
new file mode 100644
index 00000000000..90c3a76d3b1
--- /dev/null
+++ b/.rubocop_todo/lint/binary_operator_with_identical_operands.yml
@@ -0,0 +1,15 @@
+---
+Lint/BinaryOperatorWithIdenticalOperands:
+ Exclude:
+ - 'ee/spec/lib/ee/gitlab/application_context_spec.rb'
+ - 'spec/helpers/visibility_level_helper_spec.rb'
+ - 'spec/lib/gitlab/conan_token_spec.rb'
+ - 'spec/lib/gitlab/git/conflict/parser_spec.rb'
+ - 'spec/lib/gitlab/graphql/lazy_spec.rb'
+ - 'spec/models/ci/build_trace_chunk_spec.rb'
+ - 'spec/models/clusters/platforms/kubernetes_spec.rb'
+ - 'spec/models/concerns/where_composite_spec.rb'
+ - 'spec/models/metrics/dashboard/annotation_spec.rb'
+ - 'spec/models/repository_spec.rb'
+ - 'spec/models/ssh_host_key_spec.rb'
+ - 'spec/tooling/danger/sidekiq_queues_spec.rb'