From 9e2715a4754873b666763f8a92b8b7c2d3317883 Mon Sep 17 00:00:00 2001 From: koalaman Date: Sat, 3 Oct 2015 21:24:25 -0700 Subject: [PATCH] Updated Directive (markdown) --- Directive.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directive.md b/Directive.md index 5e162c4..26b3dd1 100644 --- a/Directive.md +++ b/Directive.md @@ -1,4 +1,4 @@ -Shellcheck directives allows selectively silencing warnings, and takes the form of comments in files: +Shellcheck directives allows selectively [[ignore]] warnings, and takes the form of comments in files: hexToAscii() { # shellcheck disable=SC2059