shellwax
shellwax copied to clipboard
Add Quick Fix inserting shellcheck disable directive and corresponding comment
It would be nice to have Eclipse Quick Fix inserting shellcheck disable directive and corresponding comment, like
# disable SC2004: $/${} is unnecessary on arithmetic variables.
# shellcheck disable=SC2004
option_value[$indx]=$2