Skip to content

feat: adding support for matchers, with a few implement as quick start #19

feat: adding support for matchers, with a few implement as quick start

feat: adding support for matchers, with a few implement as quick start #19

Triggered via push October 16, 2023 01:53
Status Failure
Total duration 45s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
lint: counters.go#L8
const `countersPerLevel` is unused (unused)
lint: hash.go#L4
func `fnv32a` is unused (unused)
lint: matchers.go#L93
S1034: assigning the result of this type assertion to a variable (switch value := value.(type)) could eliminate type assertions in switch cases (gosimple)
lint: matchers.go#L95
S1034(related information): could eliminate this type assertion (gosimple)
lint: matchers.go#L97
S1034(related information): could eliminate this type assertion (gosimple)
lint: matchers.go#L105
S1034(related information): could eliminate this type assertion (gosimple)
lint
issues found
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/