-
If super-linter supports [reviewdog](https://github.com/reviewdog/reviewdog), the indications by linters will be possible to display in the form of review comments etc. in an easy-to-understand manner…
-
using the following step in the build workflow:
- uses: jordemort/action-pyright@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-check
…
-
Thank you for creating such a wonderful tool.
In the commit suggestion, it seems that the new line code at the end of the file is being ignored.
I am developing a tool that uses reviewdog for Bi…
-
Hi, thanks for the tool, I would like to run reviewdog when someone push on my project But I don't see any output. Here is and example:
When running on a PR it works fine:
![image](https://github.…
-
https://github.com/haya14busa/reviewdog
I think reviewdog is awesome. They has single binary, no more dependency hell and simple usage. Wow!
They uses original format and checkstyle! So, we can mi…
-
Hi great repo thanks
I know it's not part of the "repo" but please could you include an example .reviewdog.yml too? Something we can copy to our git root.
Many thanks
-
The reviewdog flags (and possibly the actionlint flags) are not being properly passed to their commands. The ${INPUT_XXX_FLAGS} need to be wrapped in quotes.
For example, this does not work:
```ya…
-
Don't work for me :( fail everytime.
```
Run acrollet/action-phpcs-drupal@v1.0.2
with:
filter_mode: file
github_token: ***
tool_name: phpcs
...
Using config file: /usr/local/bin/…
-
* TaguPy version:
* Python version:
* Operating System:
### Description
As the title says.
It is expected that reviewdog posts the error code about lint result, however, it isn't.
### What …
-
The workflow does not run and always causes an exit code 1 before returning data to the pull request. The job shows error: "reviewdog: parse error: failed to unmarshal rdjson (DiagnosticResult): proto…