moby--moby/volume/local
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
..
local.go volume/local.New(): extract loading options to a function 2022-06-03 00:34:29 +02:00
local_linux_test.go volume/local.Create(): validate early 2022-06-03 00:34:21 +02:00
local_test.go volume: fix empty-lines (revive) 2022-09-28 01:58:50 +02:00
local_unix.go volume: fix empty-lines (revive) 2022-09-28 01:58:50 +02:00
local_windows.go volume/local: make "validateOpts()" a method on Root 2022-06-03 00:34:22 +02:00