We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents abd2460 + 4e0ed07 commit e3b441bCopy full SHA for e3b441b
linter.py
@@ -27,7 +27,7 @@ class Pydocstyle(PythonLinter):
27
regex = r'^.+?:(?P<line>\d+).*:\r?\n\s*(?P<message>.+)$'
28
multiline = True
29
default_type = highlight.WARNING
30
- error_stream = util.STREAM_STDERR
+ error_stream = util.STREAM_BOTH
31
line_col_base = (1, 0) # uses one-based line and zero-based column numbers
32
tempfile_suffix = 'py'
33
module = 'pydocstyle'
0 commit comments