mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
Add make lint and run it on CI
This commit is contained in:
parent
6feedaf939
commit
4e9a4185af
13 changed files with 58 additions and 101 deletions
|
|
@ -43,7 +43,7 @@ func runServe(ctx context.Context, opts serveOpts) error {
|
|||
if err != nil {
|
||||
return errors.Wrap(err, "listen unix socket")
|
||||
}
|
||||
// nolint
|
||||
// nolint errcheck
|
||||
defer listener.Close()
|
||||
|
||||
p := proxy.NewContainerAPI()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue