moby--moby/volume
Sebastiaan van Stijn 188724a597
volume: fix empty-lines (revive)
volume/mounts/parser_test.go:42:39: empty-lines: extra empty line at the end of a block (revive)
    volume/mounts/windows_parser.go:129:24: empty-lines: extra empty line at the end of a block (revive)
    volume/local/local_test.go:16:35: empty-lines: extra empty line at the end of a block (revive)
    volume/local/local_unix.go:145:3: early-return: if c {...} else {... return } can be simplified to if !c { ... return } ... (revive)
    volume/service/service_test.go:18:38: empty-lines: extra empty line at the end of a block (revive)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-09-28 01:58:50 +02:00
..
drivers golangci-lint: update to v1.49.0 2022-09-23 23:31:27 +02:00
local volume: fix empty-lines (revive) 2022-09-28 01:58:50 +02:00
mounts volume: fix empty-lines (revive) 2022-09-28 01:58:50 +02:00
service volume: fix empty-lines (revive) 2022-09-28 01:58:50 +02:00
testutils linting: gosec: fix or suppress G112, G114 in test code 2022-09-04 15:36:51 +02:00
volume.go Move mount parsing to separate package. 2018-04-19 06:35:54 -04:00