Files
docker-cli/cli
Sebastiaan van Stijn 8bbdb93cf9 golangci-lint: enable nilerr linter
cli/command/idresolver/idresolver.go:33:4: error is not nil (line 31) but it returns nil (nilerr)
    			return id, nil
    			^
    cli/command/idresolver/idresolver.go:45:4: error is not nil (line 43) but it returns nil (nilerr)
    			return id, nil
    			^

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-11-20 16:02:18 +01:00
..
2017-09-01 19:41:06 -04:00
2023-08-03 10:35:04 +02:00
2017-04-17 17:40:59 -04:00