Skip to content

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

feat: add in ability to supply custom command matching interface

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

Re-run triggered November 16, 2024 01:16
Status Failure
Total duration 38s
Artifacts

reviewdog.yaml

on: pull_request
runner / staticcheck
27s
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/