shellcheck/ShellCheck
Russell Harmon 7f5f5b7fb5 Make SC1035 emit a proper end column
Example JSON output:
```
$ shellcheck -s bash -f json /dev/stdin <<< "[[0 -eq 1 ]]"
[{"file":"/tmp/zshNCNwPz","line":1,"column":1,"endColumn":3,"level":"error","code":1035,"message":"You need a space after the [[ and before the ]]."}]
```
2016-06-18 14:59:47 -07:00
..
Checks Separate out command specific checks. 2016-04-10 17:01:40 -07:00
Formatter PositionedComment and ParseNote contains end cols. 2016-06-18 14:58:00 -07:00
AST.hs Improve 'let' parsing, trigger unused var for ((a=1)) 2016-04-30 13:45:39 -07:00
ASTLib.hs Consider "echo $(<file)" a bashism, and don't warn about UUOE. 2015-10-31 14:48:08 -07:00
Analytics.hs In (( x = y )), logic to not reference x also grabbed y 2016-05-24 09:12:47 -07:00
Analyzer.hs Separate out command specific checks. 2016-04-10 17:01:40 -07:00
AnalyzerLib.hs In (( x = y )), logic to not reference x also grabbed y 2016-05-24 09:12:47 -07:00
Checker.hs PositionedComment and ParseNote contains end cols. 2016-06-18 14:58:00 -07:00
Data.hs Add more variables which are assumed to be set. 2015-12-10 20:05:50 -08:00
Interface.hs PositionedComment and ParseNote contains end cols. 2016-06-18 14:58:00 -07:00
Parser.hs Make SC1035 emit a proper end column 2016-06-18 14:59:47 -07:00
Regex.hs Adds support for a SHELLCHECK_OPTS environment variable. 2015-08-22 13:15:10 -07:00