Skip to content

parser-json-shchk: read event's column properly#139

Merged
kdudka merged 1 commit intocsutils:mainfrom
kdudka:json-sc-column
Aug 21, 2023
Merged

parser-json-shchk: read event's column properly#139
kdudka merged 1 commit intocsutils:mainfrom
kdudka:json-sc-column

Conversation

@kdudka
Copy link
Member

@kdudka kdudka commented Aug 21, 2023

The code originally read the information from byte-column field while ShellCheck provided the information in the column field.

Fixes: #138
Closes: #139

The code originally read the information from `byte-column` field
while ShellCheck provided the information in the `column` field.

Fixes: csutils#138
Closes: csutils#139
Copy link
Member

@jamacku jamacku left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, Thank you for a quick fix!

@kdudka
Copy link
Member Author

kdudka commented Aug 21, 2023

No problem, thanks for review!

@kdudka kdudka merged commit d64f773 into csutils:main Aug 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

When using shellcheck --format=json1, csgrep output is missing position information

2 participants