svenkreiss / html5validator

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

When using format json, always 1 is returned #52

Closed donut87 closed 4 years ago

donut87 commented 5 years ago

when calling this fine validator with the option --format json the return value will always be not 0. This is a problem, when I am trying to use this in a gitlab-ci pipeline, as it fails when any script is not exited with return value 0.