mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-20 13:23:55 -07:00
Added more [[]]-related checks
This commit is contained in:
parent
977cf427ca
commit
97e886e6dd
4 changed files with 59 additions and 26 deletions
|
@ -13,7 +13,7 @@ ansi n = "\x1B[" ++ (show n) ++ "m"
|
|||
|
||||
colorForLevel "error" = 31 -- red
|
||||
colorForLevel "warning" = 33 -- yellow
|
||||
colorForLevel "info" = 33 -- yellow
|
||||
colorForLevel "info" = 32 -- green
|
||||
colorForLevel "style" = 32 -- green
|
||||
colorForLevel "message" = 1 -- bold
|
||||
colorForLevel "source" = 0 -- none
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue