ontodev/tsvalid

Should tsvalid fail hard (system.exit(1)) if validation fails?

matentzn opened this issue · 0 comments

To integrate this with CI tools, right now, I have to manually deal with pipeline failure (if tsvalid prints nothing, its fine, else its fail). Not sure what is best here, but i think returning 1 is not a bad idea.