DockerCLI/cli/compose
Sebastiaan van Stijn b71d5e32cd
compose/loader: fix TestIsAbs not testing all combinations
This test was intending to run all tests, but didn't, which was
caught by golangci-lint;

    cli/compose/loader/windows_path_test.go:46:17: SA4010: this result of append is never used, except maybe in other appends (staticcheck)
    	tests := append(isabstests, winisabstests...)
    	               ^

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 0a21de05d2)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-01-06 13:16:21 +01:00
..
convert add support for config credentialspecs to compose 2019-04-12 11:17:34 -05:00
interpolation Add options to the compose loader 2018-06-25 17:15:26 +02:00
loader compose/loader: fix TestIsAbs not testing all combinations 2020-01-06 13:16:21 +01:00
schema Add support for using Configs as CredentialSpecs in services 2019-04-12 11:17:29 -05:00
template Fix some spelling errors 2019-01-11 15:49:02 +08:00
types Add support for using Configs as CredentialSpecs in services 2019-04-12 11:17:29 -05:00