sk- / html-linter

HTML5 Linter based on Google Style Guide
Apache License 2.0
7 stars 6 forks source link

Support multi-file input #6

Closed di closed 8 years ago

di commented 8 years ago

This adds the ability to give the html_lint.py command multiple input files instead of a single file, e.g.:

$ ls test/data
invalid.html  more_invalid.html  valid.html

$ html_lint.py test/data/invalid.html test/data/more_invalid.html
<lots of errors>
di commented 8 years ago

@sk- I addressed your feedback.