1
0
mirror of https://github.com/koalaman/shellcheck.git synced 2025-03-12 12:35:25 -07:00

Updated SC2251 (markdown)

Joachim Ansorg 2021-11-12 19:55:03 +01:00
parent 86b5e3c6c9
commit f7aab5d5ff

@ -1,4 +1,4 @@
## This ! is not on a condition and skips errexit. Use `&& exit 1` instead, or make sure $? is checked.
## This `!` is not on a condition and skips errexit. Use `&& exit 1` instead, or make sure $? is checked.
### Problematic code: