moby--moby/layer
Sebastiaan van Stijn 8a2e1245d4
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>
2022-09-28 01:58:52 +02:00
..
empty.go layer: remove unused error return from .Size() and .DiffSize() 2022-01-24 18:45:47 +01:00
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 pkg/containerfs: drop ContainerFS type alias 2022-09-23 16:56:53 -04:00
layer_store.go pkg/containerfs: alias ContainerFS to string 2022-09-23 16:56:52 -04:00
layer_store_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00
layer_test.go pkg/containerfs: drop ContainerFS type alias 2022-09-23 16:56:53 -04:00
layer_unix.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
layer_unix_test.go runconfig, oci, image, layer, distribution: fix empty-lines (revive) 2022-09-28 01:58:52 +02:00
layer_windows.go pkg/containerfs: alias ContainerFS to string 2022-09-23 16:56:52 -04:00
migration.go Merge pull request #43302 from thaJeztah/layer_remove_getwithoutlock 2022-03-05 21:18:26 +01:00
migration_test.go layer: remove OS from layerstore 2022-01-25 15:23:23 +01:00
mount_test.go pkg/containerfs: drop ContainerFS type alias 2022-09-23 16:56:53 -04:00
mounted_layer.go pkg/containerfs: drop ContainerFS type alias 2022-09-23 16:56:53 -04:00
ro_layer.go layer: remove layerstore.setOS(), layerstore.getOS() 2022-03-11 23:14:27 +01:00
ro_layer_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00