moby--moby/builder/dockerfile
Sebastiaan van Stijn ecb4ed172b
builder: fix empty-lines (revive)
builder/remotecontext/detect_test.go:64:66: empty-lines: extra empty line at the end of a block (revive)
    builder/remotecontext/detect_test.go:78:46: empty-lines: extra empty line at the end of a block (revive)
    builder/remotecontext/detect_test.go:91:51: empty-lines: extra empty line at the end of a block (revive)
    builder/dockerfile/internals_test.go:95:38: empty-lines: extra empty line at the end of a block (revive)
    builder/dockerfile/copy.go:86:112: empty-lines: extra empty line at the end of a block (revive)
    builder/dockerfile/dispatchers_test.go:286:39: empty-lines: extra empty line at the start of a block (revive)
    builder/dockerfile/builder.go:280:38: empty-lines: extra empty line at the end of a block (revive)
    builder/dockerfile/dispatchers.go:66:85: empty-lines: extra empty line at the start of a block (revive)
    builder/dockerfile/dispatchers.go:559:85: empty-lines: extra empty line at the start of a block (revive)
    builder/builder-next/adapters/localinlinecache/inlinecache.go:26:183: empty-lines: extra empty line at the start of a block (revive)
    builder/builder-next/adapters/containerimage/pull.go:441:9: empty-lines: extra empty line at the start of a block (revive)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-09-28 01:58:50 +02:00
..
buildargs.go
buildargs_test.go
builder.go builder: fix empty-lines (revive) 2022-09-28 01:58:50 +02:00
builder_unix.go
builder_windows.go
containerbackend.go
copy.go builder: fix empty-lines (revive) 2022-09-28 01:58:50 +02:00
copy_test.go
copy_unix.go
copy_windows.go
dispatchers.go builder: fix empty-lines (revive) 2022-09-28 01:58:50 +02:00
dispatchers_test.go builder: fix empty-lines (revive) 2022-09-28 01:58:50 +02:00
dispatchers_unix.go
dispatchers_unix_test.go
dispatchers_windows.go
dispatchers_windows_test.go
evaluator.go
evaluator_test.go
imagecontext.go
imagecontext_test.go
imageprobe.go
internals.go
internals_linux.go
internals_linux_test.go
internals_test.go builder: fix empty-lines (revive) 2022-09-28 01:58:50 +02:00
internals_windows.go
internals_windows_test.go
metrics.go
mockbackend_test.go
utils_test.go