1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/integration
Sebastiaan van Stijn db7b3f4737
unused: ignore false positives
integration/build/build_session_test.go:92:6: func `testBuildWithSession` is unused (unused)
    func testBuildWithSession(t *testing.T, client dclient.APIClient, daemonHost string, dir, dockerfile string) (outStr string) {
         ^
    integration/container/checkpoint_test.go:23:6: func `containerExec` is unused (unused)
    func containerExec(t *testing.T, client client.APIClient, cID string, cmd []string) {
         ^
    integration/network/service_test.go:295:6: func `swarmIngressReady` is unused (unused)
    func swarmIngressReady(client client.NetworkAPIClient) func(log poll.LogT) poll.Result {
         ^

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 7c91fd4240)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-08-17 18:11:20 +02:00
..
build unused: ignore false positives 2022-08-17 18:11:20 +02:00
config
container unused: ignore false positives 2022-08-17 18:11:20 +02:00
distribution
image Update to Go 1.17.0, and gofmt with Go 1.17 2022-04-07 23:27:50 +02:00
internal Update to Go 1.17.0, and gofmt with Go 1.17 2022-04-07 23:27:50 +02:00
network unused: ignore false positives 2022-08-17 18:11:20 +02:00
plugin gosimple: S1039: unnecessary use of fmt.Sprintf 2022-08-17 18:10:32 +02:00
secret
service Fix race in TestCreateServiceSecretFileMode, TestCreateServiceConfigFileMode 2021-10-27 12:30:35 +02:00
session
system Update to Go 1.17.0, and gofmt with Go 1.17 2022-04-07 23:27:50 +02:00
testdata/https
volume
doc.go