Skip to content

Commit

Permalink
fix: fallback rule docs url
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgrieser committed Sep 21, 2023
1 parent f0f9884 commit 2a2a871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/rulebook/rule-data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ M.ruleDocs = {
pylint = "https://pylint.readthedocs.io/en/stable/search.html?q=%s",

-- INFO used when no docs found for the diagnostics source
fallback = "https://duckduckgo.com/?q=%s+%%21ducky&kl=en-us"
fallback = "https://duckduckgo.com/?q=%s+%21ducky&kl=en-us"
}

--------------------------------------------------------------------------------
Expand Down

0 comments on commit 2a2a871

Please sign in to comment.