Fix golint

This commit is contained in:
Andrey Nering
2017-04-24 10:25:38 -03:00
parent ede2ffab60
commit 7077b0ce65
3 changed files with 3 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ lint:
desc: Runs golint
cmds:
- golint .
- golint ./execext
- golint ./cmd/task
test: