reviewdog / reviewdog

🐶 Automated code review tool integrated with any code analysis tools regardless of programming language

Home Page:https://medium.com/@haya14busa/reviewdog-a-code-review-dog-who-keeps-your-codebase-healthy-d957c471938b#.8xctbaw5u

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support --filter-mode=[file/nofilter] in github-pr-review

bgpat opened this issue · comments

GitHub has introduced a new feature that allows commenting files in a pull requests by Create a review comment for a pull request. With this feature, it's now possible to comment on a file displayed in the diff context, even without specifying a line number.

With this new enhancement, could reviewdog support file and nofilter modes in github-pr-review?