SC2039 is used for different issues which all are "not POSIX" e.g.
SC2039: In POSIX sh, echo flags are not supported.
SC2039: In POSIX sh, HOSTNAME is not supported.
SC2039: In POSIX sh, string replacement is not supported.
SC2039: In POSIX sh, 'let' is not supported.
SC2039: in POSIX sh - 'local' is not supported
(and maybe more)
can we use different codes for different issues, so that selective muting works better?
SC2039 is used for different issues which all are "not POSIX" e.g.
SC2039: In POSIX sh, echo flags are not supported.
SC2039: In POSIX sh, HOSTNAME is not supported.
SC2039: In POSIX sh, string replacement is not supported.
SC2039: In POSIX sh, 'let' is not supported.
SC2039: in POSIX sh - 'local' is not supported
(and maybe more)
can we use different codes for different issues, so that selective muting works better?