moby--moby/layer
Sebastiaan van Stijn f8e5145e96
runconfig, oci, image, layer, distribution: fix empty-lines (revive)
runconfig/config_test.go:23:46: empty-lines: extra empty line at the start of a block (revive)
    runconfig/config_test.go:75:55: empty-lines: extra empty line at the start of a block (revive)

    oci/devices_linux.go:57:34: empty-lines: extra empty line at the start of a block (revive)
    oci/devices_linux.go:60:69: empty-lines: extra empty line at the start of a block (revive)

    image/fs_test.go:53:38: empty-lines: extra empty line at the end of a block (revive)
    image/tarexport/save.go:88:29: empty-lines: extra empty line at the end of a block (revive)

    layer/layer_unix_test.go:21:34: empty-lines: extra empty line at the end of a block (revive)

    distribution/xfer/download.go:302:9: empty-lines: extra empty line at the end of a block (revive)
    distribution/manifest_test.go:154:99: empty-lines: extra empty line at the end of a block (revive)
    distribution/manifest_test.go:329:52: empty-lines: extra empty line at the end of a block (revive)
    distribution/manifest_test.go:354:59: empty-lines: extra empty line at the end of a block (revive)

    registry/config_test.go:323:42: empty-lines: extra empty line at the end of a block (revive)
    registry/config_test.go:350:33: 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 8a2e1245d4)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-10-01 00:01:14 +02:00
..
empty.go
empty_test.go remove unneeded "digest" alias for "go-digest" 2022-03-04 14:49:42 +01:00
filestore.go remove unneeded "digest" alias for "go-digest" 2022-03-04 14:49:42 +01:00
filestore_test.go remove unneeded "digest" alias for "go-digest" 2022-03-04 14:49:42 +01:00
layer.go remove unneeded "digest" alias for "go-digest" 2022-03-04 14:49:42 +01:00
layer_store.go layer: layerstore.Cleanup(): improve some logging 2022-06-21 13:34:03 +02:00
layer_store_windows.go
layer_test.go Finish refactor of UID/GID usage to a new struct 2022-03-14 16:28:57 -04:00
layer_unix.go
layer_unix_test.go runconfig, oci, image, layer, distribution: fix empty-lines (revive) 2022-10-01 00:01:14 +02:00
layer_windows.go
migration.go Merge pull request #43302 from thaJeztah/layer_remove_getwithoutlock 2022-03-05 21:18:26 +01:00
migration_test.go
mount_test.go
mounted_layer.go
ro_layer.go layer: remove layerstore.setOS(), layerstore.getOS() 2022-03-11 23:14:27 +01:00
ro_layer_windows.go