shellwax icon indicating copy to clipboard operation
shellwax copied to clipboard

Add Quick Fix inserting shellcheck disable directive and corresponding comment

Open amurashkin17 opened this issue 1 year ago • 1 comments

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

amurashkin17 avatar Jun 04 '23 18:06 amurashkin17