mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-06 13:01:39 -07:00
Mention check-extra-masked-returns in changelog
This commit is contained in:
parent
23cddb037e
commit
6f7eee4a27
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
||||||
- `disable=all` now conveniently disables all warnings
|
- `disable=all` now conveniently disables all warnings
|
||||||
- `external-sources=true` directive can be added to .shellcheckrc to make
|
- `external-sources=true` directive can be added to .shellcheckrc to make
|
||||||
shellcheck behave as if `-x` was specified.
|
shellcheck behave as if `-x` was specified.
|
||||||
|
- Optional `check-extra-masked-returns` for pointing out commands with
|
||||||
|
suppressed exit codes (SC2312).
|
||||||
- SC2286-SC2288: Warn when command name ends in a symbol like `/.)'"`
|
- SC2286-SC2288: Warn when command name ends in a symbol like `/.)'"`
|
||||||
- SC2289: Warn when command name contains tabs or linefeeds
|
- SC2289: Warn when command name contains tabs or linefeeds
|
||||||
- SC2291: Warn about repeated unquoted spaces between words in echo
|
- SC2291: Warn about repeated unquoted spaces between words in echo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue