Skip to content

Commit 246ceb4

Browse files
committed
fix #22 don't lint style attributes
1 parent c750da7 commit 246ceb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class CSSLint(Linter):
1616
error_stream = util.STREAM_STDOUT
1717
tempfile_suffix = 'css'
1818
defaults = {
19-
'selector': 'source.css',
19+
'selector': 'source.css - meta.attribute-with-value',
2020
'--errors=,': '',
2121
'--warnings=,': '',
2222
'--ignore=,': ''

0 commit comments

Comments
 (0)