svenkreiss / html5validator

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

Exits when there are no files detected. #93

Closed Cyb3r-Jak3 closed 2 years ago

Cyb3r-Jak3 commented 2 years ago

The biggest thing this PR changes is there is a check so if files is 0 then it will exit.

Resolves #91 Resolves #92

svenkreiss commented 2 years ago

Nice. Thanks!