moby--moby/volume
Sebastiaan van Stijn aad639c1fa
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>
(cherry picked from commit 188724a597)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-09-30 23:59:30 +02:00
..
drivers golangci-lint: update to v1.49.0 2022-09-26 11:58:07 +02:00
local volume: fix empty-lines (revive) 2022-09-30 23:59:30 +02:00
mounts volume: fix empty-lines (revive) 2022-09-30 23:59:30 +02:00
service volume: fix empty-lines (revive) 2022-09-30 23:59:30 +02:00
testutils
volume.go