Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakitna committed Nov 14, 2024
1 parent ca0a0f3 commit 075dee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robocop/utils/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def issues_to_lsp_diagnostic(issues) -> list[dict]:
}

if issue.help_url:
diagnostic["codeDescription"] = {"href": issue.help_url or ""}
diagnostic["codeDescription"] = {"href": issue.help_url}

diagnostics.append(diagnostic)

Expand Down

0 comments on commit 075dee8

Please sign in to comment.