Skip to content

feat: add support for some more errors (syscall errors and DNS specifically) #193

feat: add support for some more errors (syscall errors and DNS specifically)

feat: add support for some more errors (syscall errors and DNS specifically) #193

Re-run triggered November 26, 2024 23:10
Status Failure
Total duration 3m 14s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 8 warnings
Linting
golangci-lint exit with code 2
Linting: controlpanel.go#L103
Error return value is not checked (errcheck)
Linting: cassette/track/track.go#L77
ifElseChain: rewrite if-else to switch statement (gocritic)
Linting: cassette/cassette.go#L137
G115: integer overflow conversion int -> int32 (gosec)
Linting: cassette/track/mutator_test.go#L206
do not define dynamic errors, use wrapped static errors instead: "errors.New(\"some error\")" (err113)
Linting: cassette/track/mutator_test.go#L232
do not define dynamic errors, use wrapped static errors instead: "errors.New(\"some error\")" (err113)
Linting: cassette/track/mutator_test.go#L282
do not define dynamic errors, use wrapped static errors instead: "errors.New(\"an error\")" (err113)
Linting: cassette/track/mutator_test.go#L310
do not define dynamic errors, use wrapped static errors instead: "errors.New(\"an error\")" (err113)
Linting: concurrency_test.go#L100
printf: non-constant format string in call to (*testing.common).Fatalf (govet)