diff --git a/linter.py b/linter.py index af3d526..aa494ce 100644 --- a/linter.py +++ b/linter.py @@ -27,7 +27,7 @@ class Pydocstyle(PythonLinter): regex = r'^.+?:(?P\d+).*:\r?\n\s*(?P.+)$' multiline = True default_type = highlight.WARNING - error_stream = util.STREAM_STDERR + error_stream = util.STREAM_BOTH line_col_base = (1, 0) # uses one-based line and zero-based column numbers tempfile_suffix = 'py' module = 'pydocstyle'