DockerCLI/cli/compose
Silvin Lubecki c77f5255a4
disable unparam linter on these functions, as we need an error in these function signatures
cli/compose/loader/loader.go:756:66: transformServiceNetworkMap - result 1 (error) is always nil (unparam)
cli/compose/loader/loader.go:767:67: transformStringOrNumberList - result 1 (error) is always nil (unparam)

Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 6eb0c9c613)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-01-06 13:16:39 +01:00
..
convert cli/compose/convert: result 1 (error) is always nil (unparam) 2020-01-06 13:16:38 +01:00
interpolation Add options to the compose loader 2018-06-25 17:15:26 +02:00
loader disable unparam linter on these functions, as we need an error in these function signatures 2020-01-06 13:16:39 +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 cli/compose/types/types.go:106:2: structtag: struct field tag `yaml:",inline", json:"-"` not compatible with reflect.StructTag.Get: key:"value" pairs not separated by spaces (govet) 2020-01-06 13:16:32 +01:00