Skip to content

Commit

Permalink
fix #22 don't lint style attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
braver committed Mar 27, 2018
1 parent c750da7 commit 246ceb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linter.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class CSSLint(Linter):
error_stream = util.STREAM_STDOUT
tempfile_suffix = 'css'
defaults = {
'selector': 'source.css',
'selector': 'source.css - meta.attribute-with-value',
'--errors=,': '',
'--warnings=,': '',
'--ignore=,': ''
Expand Down

0 comments on commit 246ceb4

Please sign in to comment.