mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-14 00:53:15 -07:00
Add a verbose mode: -S verbose
This commit is contained in:
parent
f514f5f735
commit
9652ccfdbd
6 changed files with 11 additions and 6 deletions
|
@ -47,6 +47,7 @@ severityText pc =
|
|||
WarningC -> "warning"
|
||||
InfoC -> "info"
|
||||
StyleC -> "style"
|
||||
VerboseC -> "verbose"
|
||||
|
||||
-- Realign comments from a tabstop of 8 to 1
|
||||
makeNonVirtual comments contents =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue