mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-09-22 19:59:19 +08:00
Add a verbose mode: -S verbose
This commit is contained in:
@@ -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 =
|
||||
|
Reference in New Issue
Block a user