From eb1efdfea09524112cb96edb7b809b18c3e3a1af Mon Sep 17 00:00:00 2001 From: koalaman Date: Sat, 13 Jan 2018 22:40:17 -0800 Subject: [PATCH] Updated Parser error (markdown) --- Parser-error.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Parser-error.md b/Parser-error.md index 7a60041..eb34a64 100644 --- a/Parser-error.md +++ b/Parser-error.md @@ -29,4 +29,6 @@ Shellcheck says: 1. One info showing the outer construct being parsed (SC1009) 1. Potentially some specific suggestions, such as when missing a `fi`. -Here, shellcheck says that the command on line 1 is faulty, which makes it easier to find and fix the actual problem. \ No newline at end of file +Here, shellcheck says that the command on line 1 is faulty, which makes it easier to find and fix the actual problem. + +Most of ShellCheck's functionality (specifically, any checks with code >= SC2000) only applies to scripts that parse successfully, so make sure to rerun ShellCheck after fixing any syntax errors. \ No newline at end of file