Ignore the shellcheck error about checking exit codes directly

This commit is contained in:
Kevin MacMartin 2017-09-26 16:45:34 -04:00
parent d3b464bc19
commit bec958dbdc

View file

@ -251,6 +251,7 @@ scriptencoding utf-8
\ '.*\[SC2029\]', \ '.*\[SC2029\]',
\ '.*\[SC2034\]', \ '.*\[SC2034\]',
\ '.*\[SC2148\]', \ '.*\[SC2148\]',
\ '.*\[SC2181\]',
\ '.*follow non-constant source', \ '.*follow non-constant source',
\ 'Not following:' \ 'Not following:'
\ ]} \ ]}