svenkreiss / html5validator

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

Display errors on separate lines to improve readability #68

Closed Lucas-C closed 4 years ago

svenkreiss commented 4 years ago

Hello @Lucas-C, the tests failed because the PEP8 recommendation changed. I have put a fix into master and maybe you can rebase so that this branch can be tested properly.

Regarding this PR, what about emitting separate log messages for every error? I think that would be cleaner.

Lucas-C commented 4 years ago

Done

svenkreiss commented 4 years ago

Great, thanks.