Skip to content

Commit 37ff21a

Browse files
committed
Added error_stream so we can capture linter exceptions.
1 parent cbf36b0 commit 37ff21a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.sublimelinterrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"@python": 3,
23
"linters": {
34
"flake8": {
45
"max-line-length": 120

linter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ class Ruby(Linter):
2424
r'(?:^[^\r\n]+\r?\n^(?P<col>.*?)\^)?'
2525
)
2626
multiline = True
27-
error_stream = util.STREAM_STDERR
27+
error_stream = util.STREAM_BOTH
2828
comment_re = r'\s*#'

0 commit comments

Comments
 (0)