0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-10 22:29:09 -04:00
deno/cli/tools/lint
Bartek Iwańczuk 9f877ac5bd
fix(lint): run with --no-prompt (#28305)
Ref https://github.com/denoland/deno/issues/28258

This commit forces lint plugins to run with `--no-prompt` flag,
bringing parity between running plugins in the LSP and via
`deno lint`.

There's no agreement how to handle permissions in the lint
plugins yet, so it's better to make both subcommands behave
identically for the time being.
2025-02-26 09:15:56 -05:00
..
ast_buffer feat(unstable): add js lint plugin source code helpers (#28065) 2025-02-13 13:19:55 +01:00
rules chore: update to rust 1.85 (#28236) 2025-02-25 08:50:01 -08:00
linter.rs feat(lint): add JavaScript plugin support (#27203) 2025-02-05 16:59:24 +01:00
mod.rs chore: update to rust 1.85 (#28236) 2025-02-25 08:50:01 -08:00
plugins.rs fix(lint): run with --no-prompt (#28305) 2025-02-26 09:15:56 -05:00
reporters.rs feat(lint): add JavaScript plugin support (#27203) 2025-02-05 16:59:24 +01:00