-
**Is your feature request related to a problem? Please describe.**
For 8.5.0, we should prepare to use the Ubuntu 24.04 runners in CI. A little less software is installed by default, they reduced the …
-
## 改善詳細 / Details of Improvement
- GitHub Actions で [reviewdog](https://github.com/reviewdog/action-eslint) を実行して、PR 単位で ESLint のチェックをしています
- Renovate で ESLint 関連のパッケージアップデートする場合、現状の reviewdog の仕組みで…
-
Hi, I'm trying to follow this [here](https://github.com/reviewdog/reviewdog#diff) to setup using `gofmt` for my project but for some reason it keeps complaining about "diff command is empty". Not sure…
-
Hi there! First off, thanks for this rad tool. I appreciate that a bunch of people have stepped up to co-maintain it and help out @haya14busa
-
Not sure about the universality on this one, but filing just in case.
Also not sure if it's more of a staticcheck or a stylecheck.
``` go
var requrl = fmt.Sprintf("http://%s/api/v1/users/%s/c…
-
With the https://golangci.com/ service shutting down, I wonder if it's possible to host our own golangci bot to leave comments on pull requests? My project already runs golangci-lint as part of our CI…
-
https://github.com/reviewdog/reviewdog has one I can use as an example
-
Per @rompic's great idea on [gitter](https://gitter.im/diffplug/spotless?at=5f230c503eef7e1ffe445f6c).
https://github.com/jenkinsci/violation-comments-to-github-plugin
-
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…
-
Spent some time figuring out why reviewdog, even with `-filter-mode=nofilter` ignores my suggestions:
This currently not supported on github:
commenting on unchanged lines: https://github.com/orgs/c…