susper.com/.coafile
Harshit Prasad 8f9ce59791 Fixes #2 Added test (#72)
* Fixes #2 Added test

* Fixed HTML Lint Errors
2017-02-18 18:51:11 +05:30

15 lines
332 B
Text

[default]
bears = SpaceConsistencyBear, LineLengthBear
files = **.html, **.yml, **.css, **.js, **.md
max_line_length = 1000
use_spaces = True
[html]
bears = HTMLLintBear, BootLintBear
files = **.html
htmllint_ignore = indentation, optional_tag, concerns_separation, capitalization
[css]
bears = PHPCodeSnifferBear
files = **.css