mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-20 05:13:49 -07:00
Tweaked some messages and added more badcases
This commit is contained in:
parent
279e972b61
commit
67d27ea42d
22 changed files with 60 additions and 16 deletions
|
@ -14,7 +14,7 @@ ansi n = "\x1B[" ++ (show n) ++ "m"
|
|||
colorForLevel "error" = 31 -- red
|
||||
colorForLevel "warning" = 33 -- yellow
|
||||
colorForLevel "info" = 33 -- yellow
|
||||
colorForLevel "style" = 31 -- green
|
||||
colorForLevel "style" = 32 -- green
|
||||
colorForLevel "message" = 1 -- bold
|
||||
colorForLevel "source" = 0 -- none
|
||||
colorForLevel _ = 0 -- none
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue