chore: remove double-import #7
ci.yml
on: push
Unit tests
3m 51s
Golangci-lint
3m 18s
Annotations
11 errors
Golangci-lint:
internal/admission/wardleinitializer/interfaces.go#L24
Comment should end in a period (godot)
|
Golangci-lint:
internal/admission/wardleinitializer/wardleinitializer.go#L38
Comment should end in a period (godot)
|
Golangci-lint:
internal/admission/wardleinitializer/wardleinitializer.go#L31
unexported-return: exported func New returns unexported type wardleinitializer.pluginInitializer, which can be annoying to use (revive)
|
Golangci-lint:
cmd/worker/main.go#L44
Error return value of `msg.Ack` is not checked (errcheck)
|
Golangci-lint:
cmd/worker/main.go#L40
use of `fmt.Printf` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
|
Golangci-lint:
cmd/worker/main.go#L42
use of `fmt.Printf` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
|
Golangci-lint:
cmd/worker/main.go#L43
use of `fmt.Printf` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
|
Golangci-lint:
cmd/worker/main.go#L31
shadow: declaration of "err" shadows declaration at line 13 (govet)
|
Golangci-lint:
cmd/worker/main.go#L20
Magic number: 256, in <argument> detected (mnd)
|
Golangci-lint:
cmd/worker/main.go#L25
Magic number: 24, in <argument> detected (mnd)
|
Unit tests
Process completed with exit code 2.
|