diff options
author | Brandon Maier <brandon.maier@gmail.com> | 2024-01-14 05:47:42 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-14 20:47:42 +0900 |
commit | d63f5e6a77f7883e29ec1cbd8861a87c2fc6fe1a (patch) | |
tree | 46e0b76490242cc3739aa263975542a4a61b1093 /run-tests | |
parent | ebc6718c0a31c609a1b6500bfdca2aae16ce4721 (diff) | |
download | ale-d63f5e6a77f7883e29ec1cbd8861a87c2fc6fe1a.zip |
Add end_col and end_lnum to ShellCheck (#4692)
* Add end_col and end_lnum to ShellCheck
ShellCheck supports a JSON format mode which includes an 'endLine' and
'endColumn' field.
We must use the newer 'json1' format as it properly treats tabs as a
single character. 'json1' was not supported until v0.7.0 in 2019[1], so
we maintain support for the older GCC based format.
[1] https://github.com/koalaman/shellcheck/blob/v0.9.0/CHANGELOG.md?plain=1#L121
* Add wiki link to ShellCheck json output
Diffstat (limited to 'run-tests')
0 files changed, 0 insertions, 0 deletions