Files
docker-cli/cli/command/container
Sebastiaan van Stijn e71380eb5b cli/command/container: fix "unused-receiver" linting
cli/command/container/client_test.go:78:7: unused-receiver: method receiver 'f' is not referenced in method's body, consider removing or renaming it as _ (revive)
    func (f *fakeClient) ContainerExecStart(context.Context, string, container.ExecStartOptions) error {
          ^
    cli/command/container/create_test.go:383:7: unused-receiver: method receiver 'f' is not referenced in method's body, consider removing or renaming it as _ (revive)
    func (f fakeNotFound) NotFound()     {}
          ^
    cli/command/container/create_test.go:384:7: unused-receiver: method receiver 'f' is not referenced in method's body, consider removing or renaming it as _ (revive)
    func (f fakeNotFound) Error() string { return "error fake not found" }
          ^

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-02-17 15:24:56 +01:00
..
2017-10-26 12:21:02 -04:00
2023-12-12 22:30:16 +01:00
2025-02-03 19:08:08 +01:00
2023-12-12 22:30:16 +01:00
2025-02-03 19:08:08 +01:00
2024-07-04 01:35:12 +02:00
2023-12-12 22:30:16 +01:00
2025-02-03 19:17:50 +01:00
2023-12-12 22:30:16 +01:00
2025-01-21 16:58:42 +00:00
2023-12-12 22:30:16 +01:00
2023-12-12 22:30:16 +01:00
2025-02-03 19:17:50 +01:00
2023-05-05 18:23:03 +02:00
2021-05-24 19:37:53 +01:00
2024-07-04 15:22:18 +02:00
2025-02-03 19:17:50 +01:00
2023-12-12 22:30:16 +01:00
2025-02-03 19:17:50 +01:00