1
0

Tests can now use config files (#36)

This commit is contained in:
konrad
2018-12-18 16:01:46 +00:00
committed by Gitea
parent 67e94f95b0
commit 97febdb397
58 changed files with 16740 additions and 7785 deletions

View File

@ -1,4 +1,4 @@
# github.com/go-task/task
# https://taskfile.org
version: '2'
@ -6,7 +6,7 @@ tasks:
dl-deps:
desc: Download cli deps
cmds:
- go get -u github.com/golang/lint/golint
- go get -u golang.org/x/lint/golint
lint:
desc: Runs golint