Updated Directive (markdown)

koalaman
2014-02-08 11:17:57 -08:00
parent fc1a585a7d
commit 2b0b88dff2

@@ -9,6 +9,6 @@ The only supported directive is `disable`:
# shellcheck disable=code[,code...]
Directives are scoped to the structure that follows it. For example, before a function it silences all warnings in the function. Before a case statement, it silences all warnings.
Directives are scoped to the structure that follows it. For example, before a function it silences all warnings in the function. Before a case statement, it silences all warnings in all branches of the case statement.
Silencing parser errors is purely cosmetic, and will not make ShellCheck continue.