DockerCLI/cli/command/node
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 Add Engine version to docker node ls 2018-02-17 02:58:05 +01:00
client_test.go cli: gofmt + goimports 2017-05-08 10:51:30 -07:00
cmd.go Error out on orchestrator command that don't support k8s yet 2017-12-26 11:46:59 +01:00
demote.go Update imports. 2017-04-17 18:07:56 -04:00
demote_test.go Convert assert.Check with 2018-03-06 15:43:53 -05:00
inspect.go Update imports. 2017-04-17 18:07:56 -04:00
inspect_test.go Convert assert.Check with 2018-03-06 15:43:53 -05:00
list.go Sort swarm stacks and nodes using natural sorting 2017-07-13 14:33:02 +03:00
list_test.go Convert assert.Check with 2018-03-06 15:43:53 -05:00
opts.go Add unused linter. 2017-06-14 16:54:27 -07:00
promote.go Update imports. 2017-04-17 18:07:56 -04:00
promote_test.go Convert assert.Check with 2018-03-06 15:43:53 -05:00
ps.go Remove duplication in task formatting. 2017-07-05 13:40:47 -04:00
ps_test.go Convert assert.Check with 2018-03-06 15:43:53 -05:00
remove.go Update imports. 2017-04-17 18:07:56 -04:00
remove_test.go Convert assert.Check with 2018-03-06 15:43:53 -05:00
update.go Update vendoring of docker/docker 2017-06-06 00:23:21 +02:00
update_test.go Convert assert.Check with 2018-03-06 15:43:53 -05:00