wemake-services / wemake-python-styleguide

The strictest and most opinionated python linter ever!
https://wemake-python-styleguide.rtfd.io
MIT License
2.53k stars 378 forks source link

Only show recommendations for files changed in a PR #2239

Open ma-sadeghi opened 3 years ago

ma-sadeghi commented 3 years ago

Is there a way to force the wemake-python-styleguide action to show recommendation only for those files that have been changed in the PR? Currently, the action log shows recommendations for the entire repo.

sobolevn commented 3 years ago

I guess that it can be done via https://github.com/reviewdog/reviewdog#filter-mode We can also support this as a parameter to our action.

Contributions are welcome!

Ping to @mgrachev