DockerCLI/cli/compose
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
..
convert Convert to assert.NilError 2018-03-06 15:27:34 -05:00
interpolation Convert to assert.NilError 2018-03-06 15:27:34 -05:00
loader Convert to assert.NilError 2018-03-06 15:27:34 -05:00
schema Convert assert.Check with 2018-03-06 15:43:53 -05:00
template Convert to assert.NilError 2018-03-06 15:27:34 -05:00
types Simplify the marshaling of compose types.Config 2018-02-21 18:47:10 +01:00