Ignore conflicts in db/schema.rb in Gitlab::EeCompatCheck
The conflicts are simple enought to resolve that we don't need to bother developers with those. Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
parent
9d53c15c86
commit
804c6f93b7
|
|
@ -5,7 +5,7 @@ module Gitlab
|
|||
DEFAULT_CE_PROJECT_URL = 'https://gitlab.com/gitlab-org/gitlab-ce'.freeze
|
||||
EE_REPO_URL = 'https://gitlab.com/gitlab-org/gitlab-ee.git'.freeze
|
||||
CHECK_DIR = Rails.root.join('ee_compat_check')
|
||||
IGNORED_FILES_REGEX = /(VERSION|CHANGELOG\.md:\d+)/.freeze
|
||||
IGNORED_FILES_REGEX = %r{VERSION|CHANGELOG\.md|db/schema\.rb}i.freeze
|
||||
PLEASE_READ_THIS_BANNER = %Q{
|
||||
============================================================
|
||||
===================== PLEASE READ THIS =====================
|
||||
|
|
|
|||
Loading…
Reference in New Issue