mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-06 04:51:37 -07:00
Make wiki links fit in 80 columns
This commit is contained in:
parent
a7a404a5a8
commit
66b5f13c6f
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ outputWiki errRef = do
|
|||
where
|
||||
showErr (_, code, msg) =
|
||||
putStrLn $ " " ++ wikiLink ++ "SC" ++ show code ++ " -- " ++ shorten msg
|
||||
limit = 40
|
||||
limit = 36
|
||||
shorten msg =
|
||||
if length msg < limit
|
||||
then msg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue