sk- / html-linter

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

Can't disable some checks #9

Closed giacmir closed 8 years ago

giacmir commented 8 years ago

I just tried to launch the command with --disable=indentation but indentation errors are still showing up.

sk- commented 8 years ago

This works for me. Which version are you using?

Note that you may also need to disable the tabs messages with --disable=tabs which are also in the category indentation.

giacmir commented 8 years ago

You are right, I should have disabled tabs too, I was misguided by the Error: Indentation message.