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:
authorRémy Coutable <remy@rymai.me>2016-10-24 22:19:46 +0300
committerRémy Coutable <remy@rymai.me>2016-10-24 22:19:46 +0300
commitd38d4a9e8e4b8aff1419f146c40bf7f4af8669ae (patch)
treea0f05e5da0270c2068c1e19df9b8adc817849b31 /lib/gitlab/ee_compat_check.rb
parent402dcab4f1a9e2ea7310e9d6137abe1299f48bf3 (diff)
Disable Rails/Output cop since it makes no sense here
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'lib/gitlab/ee_compat_check.rb')
-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