-
Per @rompic's great idea on [gitter](https://gitter.im/diffplug/spotless?at=5f230c503eef7e1ffe445f6c).
https://github.com/jenkinsci/violation-comments-to-github-plugin
-
https://github.com/reviewdog/reviewdog has one I can use as an example
-
Define the `action-eslint` action in a callee reusable workflow as below:
```
jobs:
eslint:
runs-on: ubuntu-latest
env:
NODE_VERSION: 16
steps:
- uses: actions/checko…
-
## Kind (Required)
- Improvement
## Overview (Required)
- The current workflow configuration does not work for pull requests from contributors due to a token's permission
- The current revi…
-
I have these two errorformat efm patterns I want to use:
```
%+C %.%#
%W[WARNING] %f:[%l,%c] %m
```
This works great in the error format playground to match multi-line warnings of the type:
…
-
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…
-
Hello reviewdog team!
First off, hats off to you for creating such a great tool! 🐶 It's been a fantastic addition to our CI workflow, sniffing out issues with the keen nose of a well-trained canine…
-
## 改善詳細 / Details of Improvement
- GitHub Actions で [reviewdog](https://github.com/reviewdog/action-eslint) を実行して、PR 単位で ESLint のチェックをしています
- Renovate で ESLint 関連のパッケージアップデートする場合、現状の reviewdog の仕組みで…
-
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 am running an action on a forked repository, and get the following message
`reviewdog: This GitHub token doesn't have write permission of Review API [1],
so reviewdog will report results via …