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

Is there any plan to allow for config via environment variables?

jcook-uptycs opened this issue · comments

Is there any plan to allow for config via environment variables?

Specifically I'm looking for REVIEWDOG_DIFF and REVIEWDOG_REPORTER.

The reason for these options is I'm looking to run reviewdog as both a pre-commit hook and a CI job. Setting via environment would be easier.

Thanks for this awesome tool.