From 8798d56a59df0f82e1907b427f3064697317a480 Mon Sep 17 00:00:00 2001 From: Adrian Ho Date: Wed, 4 Mar 2020 19:48:15 +0800 Subject: [PATCH] Missing page --- SC1070.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 SC1070.md diff --git a/SC1070.md b/SC1070.md new file mode 100644 index 0000000..7709cc4 --- /dev/null +++ b/SC1070.md @@ -0,0 +1,9 @@ +## Parsing stopped here. Mismatched keywords or invalid parentheses? + +### Rationale + +Shellcheck found a syntax error at the indicated location. Barring a bug in Shellcheck itself, your shell will also crash with a syntax error at the same location, so you cannot ignore this check. + +### Exceptions + +None. \ No newline at end of file