Files
docker-cli/cli
Sebastiaan van Stijn 5a2a9d9ca8 cli/config: Using the variable on range scope tc in function literal (scopelint)
```
cli/config/config_test.go:590:11: Using the variable on range scope `tc` in function literal (scopelint)
			SetDir(tc.dir)
			       ^
cli/config/config_test.go:591:19: Using the variable on range scope `tc` in function literal (scopelint)
			f, err := Path(tc.path...)
			               ^
cli/config/config_test.go:592:23: Using the variable on range scope `tc` in function literal (scopelint)
			assert.Equal(t, f, tc.expected)
			                   ^
```

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-10-31 19:22:32 +01:00
..
2017-09-01 19:41:06 -04:00
2019-01-04 17:06:51 +01:00
2019-01-11 15:49:02 +08:00
2018-06-08 18:24:26 +02:00
2017-04-17 17:40:59 -04:00
2018-06-08 18:24:26 +02:00