-
Notifications
You must be signed in to change notification settings - Fork 1.8k
SC1125
Joachim Ansorg edited this page Nov 12, 2021
·
4 revisions
# shellcheck disable=SC2153 (variable not a misspelling)
# shellcheck disable=SC2153 # variable not a misspelling
A comment at the end of a directive must be preceded by a #
to avoid it being interpreted as an instruction.
The directive page
contains more guidance about commenting style.