From 2b0b88dff2a7b7173772552e820da4d947e5c39b Mon Sep 17 00:00:00 2001 From: koalaman Date: Sat, 8 Feb 2014 11:17:57 -0800 Subject: [PATCH] Updated Directive (markdown) --- Directive.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directive.md b/Directive.md index 0160f4a..0c91019 100644 --- a/Directive.md +++ b/Directive.md @@ -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. \ No newline at end of file