0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-21 12:53:05 -05:00
denoland-deno/tests/specs/lint/lint_plugin_utf16
Bartek Iwańczuk 7bd210f9e8
fix(lint): don't show docs URLs for plugins (#28033)
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.
2025-02-10 17:32:31 +01:00
..
__test__.jsonc feat(lint): add JavaScript plugin support (#27203) 2025-02-05 16:59:24 +01:00
deno.json feat(lint): add JavaScript plugin support (#27203) 2025-02-05 16:59:24 +01:00
fix.out feat(lint): add JavaScript plugin support (#27203) 2025-02-05 16:59:24 +01:00
fixed.out feat(lint): add JavaScript plugin support (#27203) 2025-02-05 16:59:24 +01:00
lint.out fix(lint): don't show docs URLs for plugins (#28033) 2025-02-10 17:32:31 +01:00
main.ts feat(lint): add JavaScript plugin support (#27203) 2025-02-05 16:59:24 +01:00
plugin.ts feat(lint): add JavaScript plugin support (#27203) 2025-02-05 16:59:24 +01:00