From 78ddf50d2d2b39002815399a6f57c7e9c5d69a17 Mon Sep 17 00:00:00 2001 From: Andrey Nering <andrey@nering.com.br> Date: Sun, 26 Sep 2021 21:28:40 -0300 Subject: [PATCH] Documentation: Remove reference to deprecated "expansions" keyword Closes #575 --- docs/styleguide.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/styleguide.md b/docs/styleguide.md index d1890425..1aaac192 100644 --- a/docs/styleguide.md +++ b/docs/styleguide.md @@ -28,7 +28,7 @@ officially supported. On Linux, only `Taskfile.yml` will work, though. - `version:` - `includes:` -- Configuration ones, like `output:`, `expansions:` or `silent:` +- Configuration ones, like `output:` or `silent:` - `vars:` - `env:` - `tasks:` @@ -60,7 +60,6 @@ version: '3' includes: docker: ./docker/Taskfile.yml output: prefixed -expansions: 3 vars: FOO: bar env: @@ -76,7 +75,6 @@ includes: docker: ./docker/Taskfile.yml output: prefixed -expansions: 3 vars: FOO: bar