From 1b2d26fe9c24c029a3f71c2416c46e72cd6039a4 Mon Sep 17 00:00:00 2001 From: Tim Oram Date: Mon, 19 Dec 2016 10:00:49 -0330 Subject: [PATCH] Removed an erroneous backtick on the file level disable directive example --- Ignore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ignore.md b/Ignore.md index d0e775c..8669ecc 100644 --- a/Ignore.md +++ b/Ignore.md @@ -27,6 +27,6 @@ Set the `SHELLCHECK_OPTS` variable in your `.bashrc`, `/etc/profile` or equivale Add a [[directive]] at the top of the file: #!/bin/sh - # shellcheck disable=SC2059` + # shellcheck disable=SC2059 Note that the [[directive]] must be on the first line after the shebang ([#779](https://github.com/koalaman/shellcheck/issues/779)). That will be fixed in 0.4.6+ \ No newline at end of file