DockerCLI/cli/compose
Sebastiaan van Stijn aafe3df8b3
cli/compose/template: Using the variable on range scope `tc` in function literal (scopelint)
```
cli/compose/template/template_test.go:279:31: Using the variable on range scope `tc` in function literal (scopelint)
			actual := ExtractVariables(tc.dict, defaultPattern)
			                           ^
cli/compose/template/template_test.go:280:41: Using the variable on range scope `tc` in function literal (scopelint)
			assert.Check(t, is.DeepEqual(actual, tc.expected))
			                                     ^
```

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-10-31 19:22:38 +01:00
..
convert cli/compose/convert: driverObjectConfig - result 1 (error) is always nil (unparam) 2019-10-31 19:22:26 +01:00
interpolation cli: remove unnecessary newlines (whitespace) 2019-10-31 19:22:36 +01:00
loader cli/compose/loader: Using a reference for the variable on range scope `overrideService` (scopelint) 2019-10-31 19:22:34 +01:00
schema cli: remove unnecessary newlines (whitespace) 2019-10-31 19:22:36 +01:00
template cli/compose/template: Using the variable on range scope `tc` in function literal (scopelint) 2019-10-31 19:22:38 +01: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) 2019-10-31 19:22:14 +01:00