-
reviewdog: fail to run reviewdog: XML syntax error on line 10: expected attribute name in element
Error: Process completed with exit code 1.
i am getting this error on my test ci , but i think its…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
I currently use a GitHub action that checks whether [the following action](https://github.com/reviewdog/action-flake8/actions/runs/420532725/workflow) still works inside the Linux, Mac and Windows run…
-
If super-linter supports [reviewdog](https://github.com/reviewdog/reviewdog), the indications by linters will be possible to display in the form of review comments etc. in an easy-to-understand manner…
-
If I invoke Reviewdog in a GitHub Action like the following,
```yaml
- name: Confirm Go source code is formatted per "gofmt"
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
r…
-
ついでにcomposite actionにする?
sksat updated
2 years ago
-
Right now, there's a potential security vulnerability where a rogue commit to the reviewdog library would yield access to my whole codebase.
Is it possible to lock down the reviewdog ref in `script…
-
Hey. Thanks for your work :)
I faced issue, that reviewdog does not report formatting issues. Lint works fine, just formatting is empty.
My biome is `1.7.3`
I have simple config like in you exa…
-
**Hi,
My github action yml is simple:**
name: reviewdog
on: [push, pull_request]
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module…