We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf36b0 commit 37ff21aCopy full SHA for 37ff21a
2 files changed
.sublimelinterrc
@@ -1,4 +1,5 @@
1
{
2
+ "@python": 3,
3
"linters": {
4
"flake8": {
5
"max-line-length": 120
linter.py
@@ -24,5 +24,5 @@ class Ruby(Linter):
24
r'(?:^[^\r\n]+\r?\n^(?P<col>.*?)\^)?'
25
)
26
multiline = True
27
- error_stream = util.STREAM_STDERR
+ error_stream = util.STREAM_BOTH
28
comment_re = r'\s*#'
0 commit comments