We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef26959 commit e781ac2Copy full SHA for e781ac2
Taskfile.yml
@@ -10,6 +10,7 @@ dl-deps:
10
cmds:
11
- go get -u github.com/golang/lint/golint
12
- go get -u github.com/goreleaser/goreleaser
13
+ - go get -u github.com/asticode/go-astitodo/astitodo
14
- go get -u github.com/golang/dep/cmd/dep
15
16
update-deps:
@@ -46,3 +47,8 @@ test-release:
46
47
desc: Tests release process without publishing
48
49
- goreleaser --skip-validate --skip-publish
50
+
51
+todo:
52
+ desc: Prints TODO comments present in the code
53
+ cmds:
54
+ - astitodo {{.GO_PACKAGES}}
Taskvars.yml
@@ -1 +1,6 @@
1
GIT_COMMIT: $git log -n 1 --format=%h
2
3
+GO_PACKAGES:
4
+ .
5
+ ./cmd/task
6
+ ./execext
0 commit comments