mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-08 08:13:56 +08:00
SQUASH: --severity specifies *minimum* severity to be handled
Signed-off-by: Martin Schwenke <martin@meltin.net>
This commit is contained in:
committed by
Vidar Holen
parent
b16da4b242
commit
3fe11927bb
@@ -58,7 +58,7 @@ not warn at all, as `ksh` supports decimals in arithmetic contexts.
|
||||
|
||||
**-S**\ *SEVERITY*,\ **--severity=***severity*
|
||||
|
||||
: Specify maximum severity of errors to consider. Valid values are *error*,
|
||||
: Specify minimum severity of errors to consider. Valid values are *error*,
|
||||
*warning*, *info* and *style*. The default is *style*.
|
||||
|
||||
**-s**\ *shell*,\ **--shell=***shell*
|
||||
|
Reference in New Issue
Block a user