Files
docker-cli/opts
Sebastiaan van Stijn 201e44907d opts: Using the variable on range scope tc in function literal (scopelint)
```
opts/network_test.go:74:35: Using the variable on range scope `tc` in function literal (scopelint)
			assert.NilError(t, network.Set(tc.value))
			                               ^
opts/network_test.go:102:40: Using the variable on range scope `tc` in function literal (scopelint)
			assert.ErrorContains(t, network.Set(tc.value), tc.expectedError)
			                                    ^
opts/opts_test.go:270:30: Using the variable on range scope `tc` in function literal (scopelint)
			val, err := ValidateLabel(tc.value)
			                          ^
opts/opts_test.go:271:7: Using the variable on range scope `tc` in function literal (scopelint)
			if tc.expectedErr != "" {
			   ^
```

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit c2b069f4db)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-01-06 13:17:02 +01:00
..
2018-06-08 18:24:26 +02:00
2019-03-19 03:17:02 +01:00
2019-03-19 03:17:02 +01:00
2019-03-21 20:14:25 +00:00
2019-03-21 20:14:25 +00:00
2017-05-15 11:57:15 +02:00
2017-05-15 11:57:19 +02:00
2018-06-08 18:24:26 +02:00
2017-05-15 11:57:20 +02:00
2019-03-19 03:17:02 +01:00
2017-06-14 16:54:27 -07:00
2018-06-08 18:24:26 +02:00
2017-05-15 11:57:21 +02:00
2017-06-14 16:55:08 -07:00