sk- / html-linter

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

Add recursive option to lint whole directory #21

Open lhutton1 opened 4 years ago

lhutton1 commented 4 years ago

Adds -r | --recursive option to recursively search for and lint .hmtl files. This allows a whole project to easily be linted.

Note: Used os.walk to maintain support for python 2.

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-0.5%) to 98.953% when pulling a306ce277ee8fe2ca91433ec9e4df3b9c9653475 on lhutton1:master into 12d9715f257335fc635c93fd18c57918f47ce2da on sk-:master.