DockerCLI/cli/compose
Daniel Nephin e15b208e96 Convert assert.Check(t, is.Error()) to assert.Error
git grep -l -P '^\s+assert\.Check\(t, is\.Error\(' | \
    xargs perl -pi -e 's/^(\s+assert\.)Check\(t, is\.Error\((.*)\)$/\1Error(t, \2/'

Signed-off-by: Daniel Nephin <dnephin@docker.com>
2018-03-06 16:00:28 -05:00
..
convert Convert assert.Check(t, is.Error()) to assert.Error 2018-03-06 16:00:28 -05:00
interpolation Convert assert.Check(t, is.Error()) to assert.Error 2018-03-06 16:00:28 -05:00
loader Convert assert.Check(t, is.Error()) to assert.Error 2018-03-06 16:00:28 -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