-
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…
-
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.…
-
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…
-
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…
-
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
-
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 …
-
### Is your feature request related to a problem? Please describe.
As a developer,
I would like all my linting tasks in sync,
So that I can ensure that pre-commit, PR checks, and auto-suggestion co…