Skip to content

Commit dcbc6c0

Browse files
authored
Add ${temp_file} marker to cmd
Implicit adding of the `${temp_file}` by the framework has been deprecated and SublimeLinter also logs about it.
1 parent 0aabb8b commit dcbc6c0

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

0 commit comments

Comments
 (0)