forked from mirrors/kingfisher
Update src/reporter/sarif_format.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
75aa9906d8
commit
eedfabc8f8
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue