DockerCLI/cli/compose/loader
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
..
example1.env Import docker/docker/cli 2017-04-17 17:40:59 -04:00
example2.env Import docker/docker/cli 2017-04-17 17:40:59 -04:00
full-example.yml Add systctl support for services 2019-03-19 13:33:32 +01:00
full-struct_test.go Add systctl support for services 2019-03-19 13:33:32 +01:00
interpolate.go Rollback config type interpolation on fields "parallelism" and "max_failure_ratio" were missing, as it uses the same type as update_config. 2019-07-03 19:20:41 +02:00
loader.go Add option remove `env_file` entry after merged 2019-10-04 17:32:48 +02:00
loader_test.go Add option remove `env_file` entry after merged 2019-10-04 17:32:48 +02:00
merge.go Fix error with merge composefile with networks… 2018-04-05 10:37:35 +02:00
merge_test.go Update tests to use gotest.tools 👼 2018-06-08 18:24:26 +02:00
types_test.go Allow marshalling of Compose config to JSON 2018-09-10 11:16:05 -07:00
volume.go Support parsing of named pipes for compose volumes. 2017-09-26 11:24:23 -04:00
volume_test.go Update tests to use gotest.tools 👼 2018-06-08 18:24:26 +02:00
windows_path.go Detect Windows absolute paths on non-Windows CLI 2019-07-10 23:40:22 +02:00
windows_path_test.go compose/loader: fix TestIsAbs not testing all combinations 2020-01-06 13:16:21 +01:00