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

Make the pre-defined 'errorformat' an input variable #49

Merged
merged 4 commits into from
Jun 8, 2024

Conversation

salzmannsusan
Copy link

When creating new, custom linter rules with flake8 and ast, the plugin code has to match this regex: ^[A-Z]{1,3}[0-9]{0,3}$.

However, the pre-defined 'errorformat' flake8 does not parse all these plugin codes as expected. But the pre-defined pep8 does.

To be able to see warnings for custom linter rules, it would be necessary to make the error format an (optional) input parameter. (#48)

This was done here.

@haya14busa haya14busa added the bump:minor Bump the minor version on pull request label Jun 8, 2024
@haya14busa haya14busa merged commit 99c2cfe into reviewdog:master Jun 8, 2024
@haya14busa
Copy link
Member

Sorry for the late response. Thanks!

Copy link

github-actions bot commented Jun 8, 2024

🚀 [bumpr] Bumped! New version:v3.10.0 Changes:v3.9.0...v3.10.0

@review-dog
Copy link
Member

Hi, @salzmannsusan! We merged your PR to reviewdog! 🐶
Thank you for your contribution! ✨

We just invited you to join the @reviewdog organization on GitHub.
Accept the invite by visiting https://github.com/orgs/reviewdog/invitation.
By joining the team, you'll be a part of reviewdog community and can help the maintenance of reviewdog.

Thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump:minor Bump the minor version on pull request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants