You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
validator.feed_validation returns compute_max_found_severity() which returns non-zero code for "error", "warn" and "info", but for "fatal", 0 is returned, which typically means succeeded.
Would be great if 4 is returned for fatal.
The text was updated successfully, but these errors were encountered:
validator.feed_validation returns compute_max_found_severity() which returns non-zero code for "error", "warn" and "info", but for "fatal", 0 is returned, which typically means succeeded.
Would be great if 4 is returned for fatal.
The text was updated successfully, but these errors were encountered: