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

Does not use REVIEWDOG_GITHUB_API_TOKEN unless REVIEWDOG_SKIP_DOGHOUSE is set

dobesv opened this issue · comments

I was confused that it wouldn't use my REVIEWDOG_GITHUB_API_TOKEN because the docs made it sound like it would, but apparently it only uses that if you also set either GITHUB_ACTIONS or REVIEWDOG_SKIP_DOGHOUSE.

Isn't setting REVIEWDOG_GITHUB_API_TOKEN enough evidence that I want it to use that token? It seems strange to have to double-confirm this by also setting REVIEWDOG_SKIP_DOGHOUSE.