mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-14 18:48:16 -07:00
Allow disable=all
to disable all warnings (fixes #2323)
This commit is contained in:
parent
9a54e91195
commit
09aa15c9b7
4 changed files with 15 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
## Git (0.8.0)
|
||||
### Added
|
||||
- `disable=all` now conveniently disables all warnings
|
||||
- `external-sources=true` directive can be added to .shellcheckrc to make
|
||||
shellcheck behave as if `-x` was specified.
|
||||
- SC2286-SC2288: Warn when command name ends in a symbol like `/.)'"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue