Skip to content

Commit 08ebf78

Browse files
committed
don't break the config
1 parent c8001ba commit 08ebf78

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

linter.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ class CSSLint(Linter):
1616
error_stream = util.STREAM_STDOUT
1717
tempfile_suffix = 'css'
1818
defaults = {
19-
'selector': 'source.css'
19+
'selector': 'source.css',
20+
'--errors=,': '',
21+
'--warnings=,': '',
22+
'--ignore=,': ''
2023
}
2124

2225
def split_match(self, match):

0 commit comments

Comments
 (0)