deno/cli/tools/lint
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
..
ast_buffer fix: panic with js lint plugins and invalid js syntax (#28006) 2025-02-07 12:35:44 +01:00
rules fix(lint): don't show docs URLs for plugins (#28033) 2025-02-10 17:32:31 +01:00
linter.rs feat(lint): add JavaScript plugin support (#27203) 2025-02-05 16:59:24 +01:00
mod.rs fix(lint): disable incremental caching if JS plugins are used (#28026) 2025-02-10 15:40:10 +01:00
plugins.rs fix(lint): out of order diagnostics for plugins (#28029) 2025-02-10 13:22:57 +00:00
reporters.rs feat(lint): add JavaScript plugin support (#27203) 2025-02-05 16:59:24 +01:00