Updated SC2315 (markdown)

Martin Schulze
2021-11-06 08:20:28 +01:00
parent 0582768f75
commit 54b3184582

@@ -38,7 +38,7 @@ However, you are encouraged to still transform the code in this case for consist
### Related resources: ### Related resources:
* [SC2314: In bats, ! does not cause a test failure (for non `[ ]` commands)](SC2314) * [SC2314: In bats, ! does not cause a test failure (for non-conditionals)](SC2314)
* [SC2251: This ! is not on a condition and skips errexit](SC2251.md) * [SC2251: This ! is not on a condition and skips errexit](SC2251.md)
* [Stackoverflow: Why do I need parenthesis In bash `set -e` and negated return code](https://stackoverflow.com/a/39582012/760746) * [Stackoverflow: Why do I need parenthesis In bash `set -e` and negated return code](https://stackoverflow.com/a/39582012/760746)
* [bash manpage](https://linux.die.net/man/1/bash) (look at `trap [-lp] [[arg] sigspec ...]`): * [bash manpage](https://linux.die.net/man/1/bash) (look at `trap [-lp] [[arg] sigspec ...]`):