Skip to content

Commit dcc7ed5

Browse files
authored
Merge pull request #28 from SublimeLinter/fix-27
Explicitly add `temp_file` to `cmd`
2 parents 19d59f1 + 42d36a1 commit dcc7ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
class Pydocstyle(PythonLinter):
6-
cmd = 'pydocstyle'
6+
cmd = 'pydocstyle ${temp_file}'
77
regex = r'''(?x)
88
^(?P<filename>.+):(?P<line>\d+)[^`\n]*(`(?P<near>.+)`)?.*:\n
99
\s*(?P<warning>D\d{3}):\s(?P<message>.+)

0 commit comments

Comments
 (0)