Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Szelethus committed Oct 3, 2023
1 parent 9951bf6 commit 2ba1861
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,16 @@ def get_reports(
bug_path_positions=thread_flow_info.bug_path_positions,
notes=thread_flow_info.notes,
macro_expansions=thread_flow_info.macro_expansions)
print(file)
print(rng.start_line)
print(rng.start_col)
print(message)
print(rule_id)
print(result_file_path)
print(bug_path_events)
print(thread_flow_info.bug_path_positions)
print(thread_flow_info.notes)
print(thread_flow_info.macro_expansions)

if report.report_hash is None:
report.report_hash = get_report_hash(
Expand Down

0 comments on commit 2ba1861

Please sign in to comment.