Skip to content

Commit

Permalink
fixup! json-{sarif,simple}: propagate endLine/endColumn
Browse files Browse the repository at this point in the history
  • Loading branch information
kdudka committed Apr 4, 2024
1 parent c09b7a9 commit 4f3cf4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/defect.hh
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ inline bool cmpEvents(bool *pResult, const DefEvent &a, const DefEvent &b)
RETURN_BY_REF_IF_COMPARED(a, b, event);
RETURN_BY_REF_IF_COMPARED(a, b, msg);
RETURN_BY_REF_IF_COMPARED(a, b, verbosityLevel);
RETURN_BY_REF_IF_COMPARED(a, b, hSize);
RETURN_BY_REF_IF_COMPARED(a, b, vSize);

// incomparable events
return false;
Expand Down

0 comments on commit 4f3cf4d

Please sign in to comment.