svenkreiss / html5validator

Command line tool to validate HTML5 files. Great for continuous integration.
MIT License
323 stars 34 forks source link

Format flag causes exit 1 #58

Closed Cyb3r-Jak3 closed 4 years ago

Cyb3r-Jak3 commented 4 years ago

Same issues as #52. I solved it for --format text and gnu but it still happens for JSON and XML.

Both JSON and XML come back with an error field that says it found no errors. Fix and test in progress.