Files
moby/pkg/plugins
Sebastiaan van Stijn 24bd11ce22 pkg/plugins: TestLocalSocket ignore deepequalerrors (govet)
govet produces this linting warning because the Plugin types that are
compared contain a activateErr field. This should be fine to ignore here.

    pkg/plugins/discovery_unix_test.go:48:7: deepequalerrors: avoid using reflect.DeepEqual with errors (govet)
            if !reflect.DeepEqual(p, pp) {
                ^

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-11-06 12:54:54 +01:00
..
2018-02-05 16:51:57 -05:00