Skip to content

Commit 2f9e8eb

Browse files
authored
Add ${args} marker to cmd
1 parent dcbc6c0 commit 2f9e8eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linter.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
class CSSLint(Linter):
5-
cmd = 'csslint --format=compact ${temp_file}'
5+
cmd = 'csslint --format=compact ${args} ${temp_file}'
66
regex = r'''(?xi)
77
^.+:\s* # filename
88

0 commit comments

Comments
 (0)