Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug fix] change pydocstyle's error format #127

Merged
merged 1 commit into from
Apr 26, 2023

Conversation

arahatashun
Copy link
Contributor

Pydocstyle might output the following error logs:

test.py:1 at module level:
        D100: Missing docstring in public module

However, the current error format of pydocstyle assumes in comes after a line number.

This PR fixes this bug by removing in in error format.

@mgrachev mgrachev merged commit 622861b into reviewdog:master Apr 26, 2023
@mgrachev
Copy link
Member

@arahatashun Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants