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/style/redundant_condition.yml')
-rw-r--r--.rubocop_todo/style/redundant_condition.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.rubocop_todo/style/redundant_condition.yml b/.rubocop_todo/style/redundant_condition.yml
new file mode 100644
index 00000000000..86be40f7ffa
--- /dev/null
+++ b/.rubocop_todo/style/redundant_condition.yml
@@ -0,0 +1,6 @@
+---
+# Cop supports --auto-correct.
+Style/RedundantCondition:
+ Exclude:
+ - 'ee/app/models/license.rb'
+ - 'spec/lib/gitlab/sidekiq_middleware/server_metrics_spec.rb'