-
Notifications
You must be signed in to change notification settings - Fork 16
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
Please add support for ShellCheck JSON format #75
Labels
Comments
This comment was marked as resolved.
This comment was marked as resolved.
Hmm, have you tried |
|
kdudka
added a commit
to kdudka/csdiff
that referenced
this issue
Sep 8, 2022
... which is produced by `shellcheck --format=json ...` Fixes: csutils#75
I have submitted draft pull request #83 that implements the basic support of the JSON format produced by ShellCheck. We yet need to figure out how to represent the information in the |
kdudka
added a commit
to kdudka/csdiff
that referenced
this issue
Sep 26, 2022
... which is produced by `shellcheck --format=json ...` Fixes: csutils#75
kdudka
added a commit
to kdudka/csdiff
that referenced
this issue
Sep 30, 2022
... which is produced by `shellcheck --format=json1 ...` Fixes: csutils#75 Closes: csutils#83
kdudka
added a commit
to kdudka/csdiff
that referenced
this issue
Sep 30, 2022
... which is produced by `shellcheck --format=json1 ...` Related: csutils#75 Closes: csutils#83
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ShellCheck can suggest a possible solution of the reported defect. Unfortunately, this data isn't available in
gcc
format. It would be nice ifcsdiff
could parse ShellCheck JSON format, which contains possible fix underfix
key.Example:
Having this kind of information would be very useful for:
Thanks for working on this project! 👍
The text was updated successfully, but these errors were encountered: