sk() {
# see https://savannah.gnu.org/maintenance/fsf/bash-style-guide/ for justifications
local quotes others ret
- quotes=2048,2068,2086,2119,2206,2254,2231
+ quotes=2048,2064,2068,2086,2119,2206,2254,2231
others=2029,2032,2033,2054,2164,2317
shellcheck -x -W 999 -e $quotes,$others "$@" || ret=$?
if (( ret >= 1 )); then
. /usr/local/lib/bash-bear
elif [[ -s /usr/local/lib/err ]]; then
# old name
+ # shellcheck disable=SC1091
. /usr/local/lib/err
elif [[ $- != *i* ]]; then
# error if this is a script, not an interactive shell.