You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please add property holding shell script snippets into json1 format. It could be helpful for anyone trying to process the results of ShellCheck without access to the codebase used to generate the defects.
Note: csdiff is a tool for comparing code scan defect lists to find added or fixed defects.
In linked PR, we can process the json1 format taken from input, but since we have no information about the code that produced JSON, we cannot display it in a meaningful way. Having this information stored in JSON would be very useful.
For new checks and feature suggestions
Please add property holding shell script snippets into
json1
format. It could be helpful for anyone trying to process the results of ShellCheck without access to the codebase used to generate the defects.Example of such a case:
In linked PR, we can process the
json1
format taken from input, but since we have no information about the code that produced JSON, we cannot display it in a meaningful way. Having this information stored in JSON would be very useful.Many thanks for considering my request. 👍
/cc @kdudka @lzaoral
The text was updated successfully, but these errors were encountered: