Jeff Cook

Results 8 issues of Jeff Cook

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...

**Describe the bug** Danger sends errors to the output for failed https://api.github.com/user connections. While this does not cause danger to error, it does cause anyone who looks at the output...

bug
[platform] GitHub

**Describe the bug** A clear and concise description of what the bug is. When using `danger.github.reviews` it only includes the first 30 reviews on the PR. **To Reproduce** Steps to...

bug
You Can Do This
[platform] GitHub

**Description** These globs work in the CODEOWNERS file. ``` Jenkinsfile* @Team Dockerfile* @Team Makefile* @Team ``` This reports as > "make*.sh" does not match any files in repository ``` make*.sh...

bug

**Description** When a parent team is added to the repo with `write` access, and one of its child teams in added to the CODEOWNERS file `codeowners-validator` says the team `does...

bug

**Describe the bug** When running `git-xargs --version` gives the error > Incorrect Usage. flag provided but not defined: -version **To Reproduce** ```shell [12/04/23 1:43:34] ➜ github_config git:(master) ✗ go install...

bug

I'm looking at using action-docs as a pre-commit hook. It would be kind of nice to have the tool fail (exit with non zero) if there is an issue. For...

I'm looking for a way to add additional code notify rules during the CI run. We have a few rules that we want to apply to all our repos. And...