mirror of
https://github.com/denoland/deno.git
synced 2025-03-05 10:26:44 -05:00

This commit removes the docs URL for diagnostics coming from JS plugins. Before, we mistakenly printed URLs pointing to `docs.deno.com`, even though they did not exist. An ability to actually specify a custom URL for plugin rules, will be added in a follow up PR.
9 lines
195 B
Text
9 lines
195 B
Text
error[test-plugin/my-rule]: should be equal to string "1"
|
|
--> [WILDLINE]main.ts:1:15
|
|
|
|
|
1 | const value = "𝄞";
|
|
| ^^^
|
|
|
|
|
|
Found 1 problem (1 fixable via --fix)
|
|
Checked 2 files
|