-
The workflow reviewdog.yml is referencing action actions/checkout using references v1. However this reference is missing the commit [a6747255bd19d7a757dbdda8c654a9f84db19839](https://github.com/action…
-
Hello! I've configured this action for a project and we are adding checks slowly. For example, we check for W605 on the whole project:
```
- name: flake8 W605 on project
uses: reviewdog/act…
-
```json
{
"file": "/Users/Workspaces/comp/proj/mod/mod2/mod3.py",
"severity": "error",
"message": "Expression of type \"TextIOWrapper\" cannot be assigned to return type \"None\"\n Ty…
-
I notice errors in `run` blocks are hard to understand
ie. below are line numbers in the gutter
```yaml
399 run: |
400 ...
401 bad command
402 ...
```
Will report errors as
```
[action…
-
I observed that YAML lint is complaining about the way we are adding comments:
pull-requests: write # for reviewdog/action-golangci-lint to report issues using PR comments
https://github.com/ma…
-
## Background
As an engineer, I wish code that introduces new errors to be blocked from merging, so that I do not inadvertently introduce regressions to production that cause WSODs for editors.
…
-
The current release action contains the unmaintained [create-release action](https://github.com/actions/create-release), which doesn't update the marketplace version (https://github.com/reviewdog/revi…
-
> btw, how about using a major version (`v16`) instead of a specific patch version (`v16.14.2`)?
>
> * [https://github.com/kodadot/nft-gallery/blob/main/package.json#L46](https://github.com/kodadot…
-
Setup this action using a default config of:
```
- uses: jordemort/action-pyright@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }} # You need this
reporter: github-p…
-
## 概要
お手製CIスクリプトをreviewdogで動かせるようにする
## 詳細
https://github.com/reviewdog/reviewdog をつかって,PR画面に表示させたい.
encodeやコード規約のチェックCIで.
## close条件
できるようになったら
## 備考
NA