Fix DiffCheck failing due to invalid string argument
Hot patch for #55137
This commit is contained in:
parent
85f430cb3c
commit
eb335bbcfe
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ module Gitlab
|
|||
}.freeze
|
||||
|
||||
def validate!
|
||||
return if deletion? || newrev.nil?
|
||||
return unless should_run_diff_validations?
|
||||
return if commits.empty?
|
||||
return unless uses_raw_delta_validations?
|
||||
|
|
Loading…
Reference in a new issue