We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b761f85 commit f38feeeCopy full SHA for f38feee
cli/code_scanner.py
@@ -230,11 +230,6 @@ def exclude_irrelevant_scan_results(document_detections_list: List[DocumentDetec
230
return relevant_document_detections_list
231
232
233
-def print_file_result(document: Document, detections):
234
- printer.print_detections(
235
- detection_details=DocumentDetections(detections=detections, document=document))
236
-
237
238
def get_diff_file_path(file):
239
return file.b_path if file.b_path else file.a_path
240
0 commit comments