Sebastiaan van Stijn
79dc83e78b
cli/command/container: suppress dogsled warnings
```
cli/command/container/opts_test.go:68:2: declaration has 3 blank identifiers (dogsled)
_, _, _, err := parseRun(strings.Split(args+" ubuntu bash", " "))
^
cli/command/container/opts_test.go:542:2: declaration has 3 blank identifiers (dogsled)
_, _, _, err = parseRun([]string{"--uts=container:", "img", "cmd"})
^
cli/command/container/opts_test.go:603:2: declaration has 3 blank identifiers (dogsled)
_, _, _, err := parseRun([]string{"--rm", "--restart=always", "img", "cmd"})
^
```
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-10-31 19:22:38 +01:00
..
2019-04-19 01:26:45 +00:00
2018-06-08 18:24:26 +02:00
2018-10-23 17:05:44 +02:00
2019-02-08 13:53:12 -08:00
2019-10-31 19:22:24 +01:00
2019-10-31 19:22:38 +01:00
2019-10-31 19:22:35 +01:00
2019-01-08 00:35:24 +01:00
2019-10-31 19:22:31 +01:00
2019-10-31 19:22:24 +01:00
2019-10-31 19:22:36 +01:00
2018-06-08 18:24:26 +02:00
2019-09-10 13:00:23 -03:00
2019-04-03 16:42:57 +02:00
2019-10-31 19:22:24 +01:00
2019-10-31 19:22:19 +01:00
2019-10-31 19:22:25 +01:00
2019-10-31 19:22:27 +01:00
2019-10-31 19:22:27 +01:00
2019-10-31 19:22:24 +01:00
2019-10-31 19:22:24 +01:00
2019-10-31 19:22:20 +01:00
2019-10-31 19:22:24 +01:00
2019-05-20 13:28:11 +01:00
2019-10-31 19:22:35 +01:00
2019-10-31 19:22:24 +01:00
2019-01-29 11:26:40 +00:00
2019-05-20 13:28:11 +01:00
2019-10-31 19:22:36 +01:00
2019-05-20 13:28:11 +01:00
2019-04-18 15:49:36 +02:00
2019-05-20 13:28:11 +01:00
2019-05-20 13:28:11 +01:00
2017-09-01 19:41:06 -04:00
2019-01-04 17:06:51 +01:00
2019-01-10 22:25:43 +01:00
2019-01-31 21:25:43 +00:00
2019-03-28 21:08:13 +00:00
2019-01-28 14:36:00 +01:00
2018-03-08 15:00:43 -05:00
2019-04-19 01:26:45 +00:00
2019-10-31 19:22:29 +01:00