mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-19 21:03:51 -07:00
cleanup
This commit is contained in:
parent
0a1beb883f
commit
95cfd87589
2 changed files with 6 additions and 6 deletions
|
@ -71,7 +71,7 @@ printErr = hPutStrLn stderr
|
|||
|
||||
instance JSON (JsonComment) where
|
||||
showJSON (JsonComment filename c) = makeObj [
|
||||
("file", showJSON $ filename),
|
||||
("file", showJSON filename),
|
||||
("line", showJSON $ scLine c),
|
||||
("column", showJSON $ scColumn c),
|
||||
("level", showJSON $ scSeverity c),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue