feat: refactor cli parsing #2768
Annotations
10 errors
golangci-lint - windows:
cmd/finch/nerdctl_remote.go#L257
Error return value of `file.Close` is not checked (errcheck)
|
golangci-lint - windows:
cmd/finch/nerdctl_remote.go#L76
ifElseChain: rewrite if-else to switch statement (gocritic)
|
golangci-lint - windows:
cmd/finch/nerdctl_remote.go#L253
G304: Potential file inclusion via variable (gosec)
|
golangci-lint - windows:
cmd/finch/nerdctl.go#L48
type `argHandler` is unused (unused)
|
golangci-lint - windows:
cmd/finch/nerdctl.go#L49
type `commandHandler` is unused (unused)
|
golangci-lint - windows:
cmd/finch/nerdctl.go#L207
var `commandHandlerMap` is unused (unused)
|
golangci-lint - windows:
cmd/finch/nerdctl.go#L227
func `handleBuildx` is unused (unused)
|
golangci-lint - windows:
cmd/finch/nerdctl.go#L250
func `handleDockerCompatInspect` is unused (unused)
|
golangci-lint - windows:
cmd/finch/nerdctl.go#L212
var `argHandlerMap` is unused (unused)
|
golangci-lint - windows:
cmd/finch/nerdctl.go#L219
func `handleDockerBuildLoad` is unused (unused)
|
Loading