Skip to content

Commit d2b7608

Browse files
authored
Merge pull request #24 from SublimeLinter/kaste-patch-1
Add `${temp_file}` marker to `cmd`
2 parents 0aabb8b + 2f9e8eb commit d2b7608

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'
5+
cmd = 'csslint --format=compact ${args} ${temp_file}'
66
regex = r'''(?xi)
77
^.+:\s* # filename
88

0 commit comments

Comments
 (0)