Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion linter.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Pydocstyle(PythonLinter):
regex = r'^.+?:(?P<line>\d+).*:\r?\n\s*(?P<message>.+)$'
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'
Expand Down