File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ tasks:
221221 # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-go-task/Taskfile.yml
222222 go:lint :
223223 desc : |
224- Lint Go code.
224+ Lint Go code
225225 Environment variable parameters:
226226 - GO_MODULE_PATH: Path of the Go module root (default: {{.DEFAULT_GO_MODULE_PATH}}).
227227 - GO_PACKAGES: List of Go packages to modernize (default: all packages of the module).
@@ -462,7 +462,7 @@ tasks:
462462
463463 # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-poetry-task/Taskfile.yml
464464 poetry:sync :
465- desc : Sync poetry.lock
465+ desc : Sync Poetry lockfile
466466 deps :
467467 - task : poetry:install
468468 cmds :
@@ -472,7 +472,7 @@ tasks:
472472
473473 # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-poetry-task/Taskfile.yml
474474 poetry:validate :
475- desc : Validate pyproject.toml
475+ desc : Validate Poetry configuration
476476 deps :
477477 - task : poetry:install
478478 cmds :
You can’t perform that action at this time.
0 commit comments