summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-10-24 21:19:46 +0200
committerRémy Coutable <remy@rymai.me>2016-10-24 21:19:46 +0200
commitd38d4a9e8e4b8aff1419f146c40bf7f4af8669ae (patch)
treea0f05e5da0270c2068c1e19df9b8adc817849b31
parent402dcab4f1a9e2ea7310e9d6137abe1299f48bf3 (diff)
downloadgitlab-ce-23372-fix-ce-to-ee-merge-check-task.tar.gz
Disable Rails/Output cop since it makes no sense here23372-fix-ce-to-ee-merge-check-task
Signed-off-by: Rémy Coutable <remy@rymai.me>
-rw-r--r--lib/gitlab/ee_compat_check.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gitlab/ee_compat_check.rb b/lib/gitlab/ee_compat_check.rb
index fd9fd56510f..b1a6d5fe0f6 100644
--- a/lib/gitlab/ee_compat_check.rb
+++ b/lib/gitlab/ee_compat_check.rb
@@ -1,3 +1,4 @@
+# rubocop: disable Rails/Output
module Gitlab
# Checks if a set of migrations requires downtime or not.
class EeCompatCheck