All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sonar.l10n.shellcheck.rules.shellcheck.SC1042.html Maven / Gradle / Ivy

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