
org.sonar.l10n.shellcheck.rules.shellcheck.SC1094.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sonar-shellcheck-plugin Show documentation
Show all versions of sonar-shellcheck-plugin Show documentation
ShellCheck plugin for SonarQube
The newest version!
Parsing of sourced file failed. Ignoring it.
Problematic code
source mylib
Correct code
# shellcheck disable=SC1094
source mylib
(or fix mylib
)
Rationale
ShellCheck encountered a parsing error in a sourced file, mylib
in the example.
Fix parsing error, or just disable it with a directive.
Exceptions
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.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy