-
Notifications
You must be signed in to change notification settings - Fork 1.8k
SC1094
Vidar Holen edited this page Oct 4, 2015
·
2 revisions
source mylib
# shellcheck disable=SC1094
source mylib
(or fix mylib
)
ShellCheck encountered a parsing error in a sourced file, mylib
in the example.
Fix parsing error, or just disable it with a directive.
If the file is fine and this is due to a known shellcheck
bug, you can ignore it with a directive as in the example.