1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/builder
Sebastiaan van Stijn 3926b5f09d
structcheck: nolint for false positives
```
builder/fscache/fscache.go:505:2: `src` is unused (structcheck)
builder/fscache/fscache.go:507:2: `cached` is unused (structcheck)

daemon/graphdriver/vfs/quota_linux.go:9:2: `quotaCtl` is unused (structcheck)
daemon/graphdriver/vfs/quota_linux.go:10:2: `quotaOpt` is unused (structcheck)
```

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-09-18 12:57:44 +02:00
..
builder-next builder-next/patchImageConfig: nitpicks 2019-09-18 12:57:40 +02:00
dockerfile Builder: remove unused field 2019-09-18 12:57:32 +02:00
dockerignore Add canonical import comment 2018-02-05 16:51:57 -05:00
fscache structcheck: nolint for false positives 2019-09-18 12:57:44 +02:00
remotecontext gosec: add ignore comments for reported issues that can be ignored 2019-09-18 12:57:43 +02:00
builder.go Windows: (WCOW) Generate OCI spec that remote runtime can escape 2019-03-12 18:41:55 -07:00