DockerCLI/cli/context
Sebastiaan van Stijn fe3cc6eb7b
cli/context/store: SA5001: should check returned error before deferring f.Close() (staticcheck)
```
cli/context/store/store_test.go:156:2: SA5001: should check returned error before deferring f.Close() (staticcheck)
	defer f.Close()
	^
cli/context/store/store_test.go:189:2: SA5001: should check returned error before deferring f.Close() (staticcheck)
	defer f.Close()
	^
cli/context/store/store_test.go:240:2: SA5001: should check returned error before deferring f.Close() (staticcheck)
	defer f.Close()
	^
```

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-10-31 19:22:30 +01:00
..
docker restore support for env variables to configure proxy 2019-08-22 16:39:21 +02:00
kubernetes Push check for kubernetes requirement down into the endpoint 2019-05-20 13:28:11 +01:00
store cli/context/store: SA5001: should check returned error before deferring f.Close() (staticcheck) 2019-10-31 19:22:30 +01:00
endpoint.go Fast Context Switch: commands 2019-01-10 22:25:43 +01:00
tlsdata.go Cleanup context store interfaces 2019-04-18 15:49:36 +02:00