-
TODO / Remaining bug:
When more than 53 errors are reported by mypy and are not filtered, reviewdog gives up and aborts with the message:
```py
GitHubActionLogWriter: "reported too many annotat…
-
The action script contains `set -e` which tells bash to exit if any command fails:
https://github.com/reviewdog/action-suggester/blob/3d7fde6859623ad6174df5fd662677a0eb63310a/script.sh#L2
Further …
-
I'm giving the vale-action the following parameters:
- fail_on_error: false
- vale_flags: "--no-exit"
However, I still have the action to fail if reviewdog fails:
```
/bin/reviewdog -f=rdjsonl …
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
I am using reviewdog reporter via wemake-python-styleguide. When I choose the reporter 'github-pr-review'
with the following build
```
name: "lint"
on:
push:
pull_request:
# The bra…
-
Hey,
It seems like reviewdog does not report errors from `flake8-docstring-checker`. The plug in installs correctly, and is reported in the output:
```
Run reviewdog/action-flake8@v3
Run $GITH…
-
The action produces error comments even when `level: warning` is set:
```
- name: pyright
uses: jordemort/action-pyright@v1
with:
github_token: ${{ secrets.github_token }}
reporter…
-
Hello, with this config I'm unable to see review comments with detected issues:
```
- name: detekt
uses: alaegin/Detekt-Action@v1.15.0.1
with:
github_token: ${{ se…
-
Hi,
We're using reviewdog in our CI in 1 of our actions
https://github.com/splunk/addonfactory-sample-scanner/blob/ec63afb345140ee3e3aeae8ee681bc5220d9ae73/entrypoint.sh#L58
it works very well for …
-
## Pro
- It's supported by GitHub natively
- Fancy new thingy
## Cons
- We need to port the checks we have
- We need to rewrite the missing checks (xmllint one, maybe)
- We need to rewrite…