Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Aug 21, 2023

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
31 of 32 checks passed
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