
org.sonar.l10n.shellcheck.rules.shellcheck.SC1110.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 all versions of sonar-shellcheck-plugin
ShellCheck plugin for SonarQube
This is a unicode quote. Delete and retype it (or quote to make literal).
Problematic code
echo ‘hello world’
Correct code
echo 'hello world'
Rationale
Some software, like OS X, Word and WordPress, may automatically replace your regular quotes with slanted Unicode quotes. Try deleting and retyping them, and/or disable “smart quotes” in your editor or OS.
Exceptions
If you want to use typographic single quotes, you can put them in double quotes (or typographic double quotes in single quotes) to make shellcheck ignore them, e.g.,
printf "Warning: ‘wakeonlan’ is not installed.\n"
© 2015 - 2025 Weber Informatics LLC | Privacy Policy