google / google/civics_cdf_validator
Exit status is 0 for fatal
Open
- Dominant language
- Python
- Stars
- 38
- Forks
- 23
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 8
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.