org.sonar.l10n.shellcheck.rules.shellcheck.SC1042.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!
Close matches include '-eof' (!= 'eof').
Problematic code
#!/bin/bash
cat <<-eof
Hello World
-eof
Correct code
#!/bin/bash
cat <<-eof
Hello World
eof
Rationale:
See companion error [[SC1041]]. This error occurs at the same time it.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy