DockerCLI/cli/command/system
Daniel Nephin 078cbc9c4b Convert assert.Check with
git grep -l -P '^\s+assert\.Check\(t, ' | \
    xargs perl -pi -e 's/^(\s+assert)\.Check(\(t, (?!is).*(\.Execute\(|\.Set\(|\.Write\(|\.Close\(|\.Untar\(|\.WriteFile\(|Validate\().*\)$)/\1.NilError\2/'

Signed-off-by: Daniel Nephin <dnephin@docker.com>
2018-03-06 15:43:53 -05:00
..
testdata Include whether the managers in the swarm are autolocked as part of `docker info`. 2017-08-25 16:33:46 -07:00
client_test.go Move e2e test on version command to unit tests 2017-12-26 11:46:59 +01:00
cmd.go Update gometalinter 2017-10-26 12:21:02 -04:00
df.go Update gometalinter 2017-10-26 12:21:02 -04:00
events.go Update gometalinter 2017-10-26 12:21:02 -04:00
info.go Update gometalinter 2017-10-26 12:21:02 -04:00
info_test.go Post migration fixes 2018-03-05 19:41:17 -05:00
inspect.go Use `scope=swarm` for service related network inspect. 2017-06-13 20:26:12 +00:00
prune.go Update code for upstream cobra 2017-10-25 14:49:26 -04:00
prune_test.go Convert assert.Check with 2018-03-06 15:43:53 -05:00
version.go Print Stack API version in version command 2018-02-26 01:16:49 +01:00
version_test.go Post migration fixes 2018-03-05 19:41:17 -05:00