Skip to content

Commit 0356dbf

Browse files
committed
Remove redundant variable from asset taskfile
The installation instructions for all templates that require the `DEFAULT_GO_PACKAGES` taskfile variable point to the "go-task" asset taskfile as its source. However, there was a redundant copy of this variable in the "check-go-task" asset taskfile. Maintaining two copies of this fairly complex asset is difficult, for no benefit in return, so it must be removed.
1 parent e90bb99 commit 0356dbf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

workflow-templates/assets/check-go-task/Taskfile.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# See: https://taskfile.dev/#/usage
22
version: "3"
33

4-
vars:
5-
DEFAULT_GO_PACKAGES:
6-
sh: echo $(go list ./... | tr '\n' ' ')
7-
84
tasks:
95
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-go-task/Taskfile.yml
106
go:check:

0 commit comments

Comments
 (0)