Disable Rails/Output cop since it makes no sense here

Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
Rémy Coutable 2016-10-24 21:19:46 +02:00
parent 402dcab4f1
commit d38d4a9e8e
No known key found for this signature in database
GPG Key ID: 46DF07E5CD9E96AB
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
# rubocop: disable Rails/Output
module Gitlab
# Checks if a set of migrations requires downtime or not.
class EeCompatCheck