shellcheck/src/ShellCheck/Formatter
Benjamin Gordon 50af8aba29 Add json1 format that ignores tabs
The new json1 format works just like json except that it treats tabs as
single characters instead of 8-character tabstops.

The main use case is to allow editors to pass -fjson1 so that they can
consume the json output in a character-oriented way without breaking
backwards compatibility.

Also addresses #1048.
2019-05-13 10:55:16 -06:00
..
CheckStyle.hs Move library into src/ 2018-03-08 19:57:40 +02:00
Format.hs Add json1 format that ignores tabs 2019-05-13 10:55:16 -06:00
GCC.hs Move library into src/ 2018-03-08 19:57:40 +02:00
JSON.hs Add json1 format that ignores tabs 2019-05-13 10:55:16 -06:00
Quiet.hs Issue 1393 quiet flag 2019-01-21 18:25:41 -08:00
TTY.hs Add a verbose mode: -S verbose 2019-04-13 13:16:41 -07:00