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.
1 parent d712d4f commit c01f401Copy full SHA for c01f401
linter.py
@@ -28,7 +28,7 @@ class Pydocstyle(PythonLinter):
28
regex = r'^.+?:(?P<line>\d+).*:\r?\n\s*(?P<message>.+)$'
29
multiline = True
30
default_type = highlight.WARNING
31
- error_stream = util.STREAM_STDERR
+ error_stream = util.STREAM_BOTH
32
line_col_base = (0, 0) # pydocstyle uses one-based line and zero-based column numbers
33
tempfile_suffix = 'py'
34
defaults = {
0 commit comments