Skip to content

feat: add in ability to supply custom command matching interface #29

feat: add in ability to supply custom command matching interface

feat: add in ability to supply custom command matching interface #29

Re-run triggered November 15, 2024 23:29
Status Failure
Total duration 31s
Artifacts

reviewdog.yaml

on: pull_request
runner / staticcheck
19s
runner / staticcheck
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
runner / staticcheck
\"log/slog\" imported and not used","code":{"value":"compile","url":"https://staticcheck.io/docs/checks#compile"},"location":{"path":"","range":{"start":{"line":0,"column":0},"end":{"line":0,"column":0}}},"related_locations":[],"severity":"ERROR"}
runner / staticcheck
[staticcheck] reported by reviewdog 🐶 # github.com/slack-io/slacker/examples/command-custom-matcher examples/command-custom-matcher/main.go:6:2: "log/slog" imported and not used Raw Output: {"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"# github.com/slack-io/slacker/examples/command-custom-matcher\nexamples/command-custom-matcher/main.go:6:2: \"log/slog\" imported and not used","code":{"value":"compile","url":"https://staticcheck.io/docs/checks#compile"},"location":{"path":"","range":{"start":{"line":0,"column":0},"end":{"line":0,"column":0}}},"related_locations":[],"severity":"ERROR"}
runner / staticcheck
Process completed with exit code 1.
runner / staticcheck
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/