From a295d69d1c452984a5027e06e95daee24bc44d42 Mon Sep 17 00:00:00 2001 From: herr kaste Date: Thu, 19 Apr 2018 13:44:20 +0200 Subject: [PATCH] Switch back to STREAM_BOTH Partially tackles #33 Switching to STREAM_BOTH means SL can handle stderr output automatically (SL version >4.3 required). --- linter.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/linter.py b/linter.py index cf5bff8..c8d4654 100644 --- a/linter.py +++ b/linter.py @@ -1,4 +1,4 @@ -from SublimeLinter.lint import ComposerLinter, util +from SublimeLinter.lint import ComposerLinter class Phpcs(ComposerLinter): @@ -11,4 +11,3 @@ class Phpcs(ComposerLinter): '--stdin-path=': '${file}', '--standard=': 'PSR2', } - error_stream = util.STREAM_STDOUT