Skip to content

Commit a295d69

Browse files
authored
Switch back to STREAM_BOTH
Partially tackles #33 Switching to STREAM_BOTH means SL can handle stderr output automatically (SL version >4.3 required).
1 parent 41503d5 commit a295d69

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

linter.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from SublimeLinter.lint import ComposerLinter, util
1+
from SublimeLinter.lint import ComposerLinter
22

33

44
class Phpcs(ComposerLinter):
@@ -11,4 +11,3 @@ class Phpcs(ComposerLinter):
1111
'--stdin-path=': '${file}',
1212
'--standard=': 'PSR2',
1313
}
14-
error_stream = util.STREAM_STDOUT

0 commit comments

Comments
 (0)