From 246ceb4eb8c04a2577d2db9b5f7f24c12a6fd186 Mon Sep 17 00:00:00 2001 From: Koen Lageveen Date: Tue, 27 Mar 2018 18:34:19 +0200 Subject: [PATCH] fix #22 don't lint style attributes --- linter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linter.py b/linter.py index da550e3..83269eb 100644 --- a/linter.py +++ b/linter.py @@ -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=,': ''