-
# Action suggest many changes, but no comments
I reckon i am missing some sort of setting in my YAML file?
```
name: Reviewdog
on: workflow_dispatch
jobs:
biome:
name: Linter 🧹
ru…
-
Hello !
Thank you for the awesome project!
Based on the GitHub Actions example in the reviewdog org, I created a new [action for running phpcs](https://github.com/shirobrak/action-phpcs).
If t…
-
We noticed that our check was reporting false negatives because `golangci-lint` timed out.
I think we could catch that by looking at the exit code: https://github.com/golangci/golangci-lint/blob/ma…
-
### Bug Report
The ShellCheck CI step of this component can not display check errors in Pull Requests due missing permission for `Reviews` for the GITHUB_TOKEN which is being passed to the action.
…
-
Please provide the actual specifications as part of the reference page. I want to implement them in Rust, but all that's here is API declarations for the Go and Helia implementations.
-
Hi! Awesome action, thanks!
Have you considered also supporting PR reviews?
Instead of hiding the comment in the "Changed files" section, this also starts a review and posts it in the conversati…
-
The maintenance of this project seems to be stopped.
@haya14busa If you have enough time for maintenance, I'm going to support you.
What do you think about moving the reviewdog repository to an or…
-
I have a build failure that I believe indicates that the version of the staticcheck binary was not built with go 1.16 (lint failure on embed package import).
-
I have the level set to error for my [custom vocab](https://github.com/fharper/testing/blob/main/styles/Custom/spelling.yml), and [substitution](https://github.com/fharper/testing/blob/main/styles/Cus…
-
### Status Quo
Currently you can disable specific messages or severity classes (error, warning, refactor, convention), so to do pylint runs of various stringency, you could do one of
* `pylin…