We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
source mylib
# shellcheck disable=SC1094 source mylib
(or fix mylib)
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.
shellcheck
There was an error while loading. Please reload this page.