DockerCLI/cli/command/task
Sebastiaan van Stijn 3f0c189e48
linting: address slice-append issues found by gocritic
cli/command/trust/inspect.go:74:33: appendAssign: append result not assigned to the same slice (gocritic)
    			signatureRows[idx].Signers = append(sig.Signers, releasedRoleName)
    			                             ^
    cli/command/task/print.go:92:7: appendAssign: append result not assigned to the same slice (gocritic)
    	t := append(tasks[:0:0], tasks...)
    	     ^

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-11-20 16:02:17 +01:00
..
testdata formatter: reduce minimum width for columns in table-view 2020-08-31 16:31:15 +02:00
client_test.go cli/command/task: fakeClient: remove name for unused arg (revive) 2023-03-30 17:22:09 +02:00
formatter.go migrate reference github.com/distribution/reference 2023-09-05 17:53:20 +02:00
formatter_test.go linting: fix incorrectly formatted errors (revive) 2022-03-28 10:37:25 +02:00
print.go linting: address slice-append issues found by gocritic 2023-11-20 16:02:17 +01:00
print_test.go cli/command: remove dot-imports and unhandled errors 2023-10-23 15:21:47 +02:00