Skip to content

Commit

Permalink
Add documentations for tee debugging flag
Browse files Browse the repository at this point in the history
  • Loading branch information
singhprd committed Sep 17, 2020
1 parent 86ad565 commit f959e86
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -752,6 +752,14 @@ so reviewdog will use [Check annotation](https://developer.github.com/v3/checks/
- [2] Report results which is outside diff file to console.
- [3] It should work, but not verified yet.

## Debugging

Use the `-tee` flag to show debug info.

```shell
reviewdog -filter-mode=nofilter -tee
```

## Articles
- [reviewdog — A code review dog who keeps your codebase healthy ](https://medium.com/@haya14busa/reviewdog-a-code-review-dog-who-keeps-your-codebase-healthy-d957c471938b)
- [reviewdog ♡ GitHub Check — improved automated review experience](https://medium.com/@haya14busa/reviewdog-github-check-improved-automated-review-experience-58f89e0c95f3)
Expand Down

0 comments on commit f959e86

Please sign in to comment.