From eedfabc8f8f00ec98c4593040a170e0905057792 Mon Sep 17 00:00:00 2001 From: Mick Grove Date: Fri, 25 Jul 2025 21:04:47 -0700 Subject: [PATCH] Update src/reporter/sarif_format.rs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/reporter/sarif_format.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reporter/sarif_format.rs b/src/reporter/sarif_format.rs index de39fd0..f771c17 100644 --- a/src/reporter/sarif_format.rs +++ b/src/reporter/sarif_format.rs @@ -206,7 +206,7 @@ impl DetailsReporter { let p = first_match.origin.first(); match p { Origin::File(e) => { - // msg.push_str(&format!("Location: {}\n", e.path.display())); + let uri = if let Some(url) = self.jira_issue_url(&e.path, args) { url } else {