-
I want to finish the job with and error if I found some error on lint, but, event with errors, the returning code is being successful.
I believe that the returning code from the script is from the …
-
Hi,
I tried the following example configuration from the README.md
```
name: reviewdog
on: [pull_request]
jobs:
textlint:
name: runner / textlint
runs-on: ubuntu-latest
step…
-
Hey!
I've created a new linter that uses ktlint and reviewdog.
Repo: https://github.com/ScaCap/action-ktlint
Marketplace: https://github.com/marketplace/actions/run-ktlint-with-reviewdog
-
-
I'd love to be able to do something like the following as we are transitioning to TailwindCss.
``` yml
name: stylelint
on: [pull_request]
jobs:
stylelint:
name: runner / stylelint
…
-
Recently I switched from `Hound` to `reviewdog` for PR reviews using [action-rubocop](https://github.com/reviewdog/action-rubocop) and have notice that after `reviewdog` finish processing my code it a…
-
reek doesn't run against files in github actions while in local machine it returns the errors.
```
reek --single-line | reviewdog -f=reek -diff="git diff develop"
```
-
Hello!
I added support for eclint. You can find it in here: https://github.com/aslafy-z/reviewdog-eclint-action.
-
When trying to set up a new repo containing a few Terraform files, I'm getting the following output at the tflint stage:
```
Run reviewdog/action-tflint@master
/usr/bin/docker run --name --label…
-
Hello! Thanks a lot for this wonderful project!
I am implementing a `reviewdog`-based Github Action for https://github.com/wemake-services/wemake-python-styleguide
Original PR: https://github.com/…