mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Updated Parser error (markdown)
@@ -30,3 +30,5 @@ Shellcheck says:
|
|||||||
1. Potentially some specific suggestions, such as when missing a `fi`.
|
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.
|
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.
|
Reference in New Issue
Block a user