Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions cli/code_scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,11 +230,6 @@ def exclude_irrelevant_scan_results(document_detections_list: List[DocumentDetec
return relevant_document_detections_list


def print_file_result(document: Document, detections):
printer.print_detections(
detection_details=DocumentDetections(detections=detections, document=document))


def get_diff_file_path(file):
return file.b_path if file.b_path else file.a_path

Expand Down