Skip to content

chore: ci & dev environment improvements #2

chore: ci & dev environment improvements

chore: ci & dev environment improvements #2

Triggered via pull request October 7, 2024 07:04
Status Failure
Total duration 37s
Artifacts

ci.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

5 errors
lint: pkg/twmerge/validators.go#L99
S1008: should use 'return err == nil' instead of 'if err != nil { return false }; return true' (gosimple)
lint: pkg/twmerge/validators.go#L107
S1008: should use 'return err == nil' instead of 'if err != nil { return false }; return true' (gosimple)
lint: pkg/twmerge/class-utils.go#L29
S1009: should omit nil check; len() for []github.com/Oudwins/tailwind-merge-go/pkg/twmerge.ClassGroupValidator is defined as zero (gosimple)
lint: pkg/twmerge/create-tailwind-merge_test.go#L531
SA9003: empty branch (staticcheck)
lint
issues found