grim/convey

golint tweak

2018-01-14, Gary Kramlich
cfee1d060057
golint tweak
# This test just verifies that the convely/clean task can take a single file or
# a list of files.
tasks:
clean-file:
type: convey/clean
files: i-do-not-exist
clean-files:
type: convey/clean
files:
- i-do-not-exist
- neither-do-i
plans:
default:
stages:
- tasks:
- clean-file
- clean-files