mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-21 05:43:51 -07:00
Merge branch 'issue_1393_quiet_flag' of https://github.com/Gandalf-/shellcheck
This commit is contained in:
commit
3c94d8b3eb
4 changed files with 47 additions and 1 deletions
|
@ -137,6 +137,12 @@ not warn at all, as `ksh` supports decimals in arithmetic contexts.
|
|||
...
|
||||
]
|
||||
|
||||
*quiet*
|
||||
|
||||
: Suppress all normal output. Exit with zero if no issues are found,
|
||||
otherwise exit with one. Stops processing after the first issue.
|
||||
|
||||
|
||||
# DIRECTIVES
|
||||
ShellCheck directives can be specified as comments in the shell script
|
||||
before a command or block:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue