Skip to content

feat: adding support for matchers #23

feat: adding support for matchers

feat: adding support for matchers #23

Triggered via pull request October 16, 2023 01:57
Status Failure
Total duration 44s
Artifacts

lint.yml

on: pull_request
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#L88
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#L90
S1034(related information): could eliminate this type assertion (gosimple)
lint: matchers.go#L92
S1034(related information): could eliminate this type assertion (gosimple)
lint: matchers.go#L100
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/