in gitlab_rb_loader.rb [49:66]
def audit_type(errors, name, expected, actual)
return unless expected != actual
errors << if expected.instance_of?(actual.class) || [true, false].include?(expected)
<<-MSG
ERROR:
Reference:
Actual:
MSG
else
<<-MSG
ERROR:
Reference:
Actual:
MSG
end
end