From c82895ac1d2c94cbf851e8c9f622383ad5202faf Mon Sep 17 00:00:00 2001 From: MechaLynx Date: Mon, 30 Oct 2017 02:06:34 +0200 Subject: [PATCH] Update SC1072 warning --- SC1072.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC1072.md b/SC1072.md index 4bbf369..1f75e58 100644 --- a/SC1072.md +++ b/SC1072.md @@ -1,5 +1,5 @@ # Unexpected .. -*Note: There is a [known bug](../issues/1036) in the current version when [directives](../wiki/Directive) appear within `then` clauses of `if` blocks that causes Shellcheck to report SC1072 on otherwise valid code. Avoid using directives within `then` clauses - instead place them at the top of the `if` block or another enclosing block.* +*Note: There is a [known bug](../issues/1036) in the current version when [directives](../wiki/Directive) appear within `then` clauses of `if` blocks that causes Shellcheck to report SC1072 on otherwise valid code. Avoid using directives within `then` clauses - instead place them at the top of the `if` block or another enclosing block. This is fixed on the [online version](https://www.shellcheck.net/) and the next release.* See [Parser Error](https://github.com/koalaman/shellcheck/wiki/Parser-Error).