index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
tools
/
lint.rs
Age
Commit message (
Expand
)
Author
2024-02-19
feat(unstable/lint): no-slow-types for JSR packages (#22430)
David Sherret
2024-02-09
fix: upgrade to deno_ast 0.33 (#22341)
David Sherret
2024-01-24
feat(publish): give diagnostic on invalid package files (#22082)
Luca Casonato
2024-01-23
feat(cli): improved diagnostics printing (#22049)
Luca Casonato
2024-01-15
refactor: use globbing from deno_config (#21925)
David Sherret
2024-01-09
fix: update deno_lint and swc (#21718)
Bartek Iwańczuk
2024-01-08
perf: skip expanding exclude globs (#21817)
David Sherret
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-10-31
feat: deno run --unstable-hmr (#20876)
Bartek Iwańczuk
2023-10-19
refactor: add WatcherCommunicator helper struct (#20927)
Bartek Iwańczuk
2023-09-17
fix(lsp): include JSON modules in local import completions (#20536)
Nayeem Rahman
2023-09-08
fix: empty include in config file excludes all (#20404)
Nayeem Rahman
2023-08-27
feat(lint): --rules print all rules (#20256)
sigmaSd
2023-08-06
feat(unstable): rename `deno_modules` to `vendor` (#20065)
David Sherret
2023-08-02
feat(unstable): optional `deno_modules` directory (#19977)
David Sherret
2023-07-25
fix(lint): allow to use --rules with --rules-tags (#19754)
Bartek Iwańczuk
2023-06-15
refactor(flags): move watch flags into subcommand structs (#19516)
David Sherret
2023-06-14
fix: reload config files on watcher restarts (#19487)
David Sherret
2023-05-01
refactor(cli): remove ProcState - add CliFactory (#18900)
David Sherret
2023-03-27
feat(core): initialize SQLite off-main-thread (#18401)
Matt Mastracci
2023-03-21
feat: TypeScript 5.0.2 (except decorators) (#18294)
David Sherret
2023-03-02
chore(cli): update deno_lint to 0.41.0 (#17997)
Yusuke Tanaka
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-13
refactor(cli/tools): reduce cloning (#17309)
Geert-Jan Zwiers
2023-01-07
refactor(cli/tools): move flag and config logic to CliOptions (#17008)
Geert-Jan Zwiers
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-17
fix(lint): column number for pretty reporting was off by 1 (#17107)
David Sherret
2022-12-07
feat: ignore `node_modules` and `.git` folders when collecting files everywhe...
David Sherret
2022-11-28
refactor: create util folder, move nap_sym to napi/sym, move http_cache to ca...
David Sherret
2022-10-25
feat(lint): add a report lint config setting (#16045)
Brenley Dueck
2022-09-28
feat(lint): add --compact flag for terse output (#15926)
Brenley Dueck
2022-09-26
chore: use Rust 1.64.0 (#16035)
Mathias Lafeldt
2022-09-02
refactor: move JsError formatting to deno_runtime (#15345)
Christian Dürr
2022-07-18
feat(cli): support configuring the test tool in the config file (#15079)
Roj
2022-07-12
perf: use emit from swc instead of tsc (#15118)
David Sherret
2022-06-29
refactor: rename `RootConfig` to `CliOptions` (#15007)
David Sherret
2022-06-28
refactor: add `RootConfig` (#14985)
David Sherret
2022-06-27
refactor: create `args` folder (#14982)
David Sherret
2022-05-13
chore: update to rust 1.60.0 & update Cargo.lock (#14260)
Luca Casonato
2022-04-19
perf(fmt/lint): incremental formatting and linting (#14314)
David Sherret
2022-03-23
chore: remove all `pub(crate)`s from the cli crate (#14083)
David Sherret
2022-03-16
chore: fix build (#13997)
Ryan Dahl
2022-02-11
refactor: use `Arc` instead of making copies of `Flags` struct (#13610)
Maxim
2022-01-31
feat(cli): add "--no-clear-screen" flag (#13454)
Zheyu Zhang
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-11-29
refactor(cli): simplify lint/format resolver logic (#12898)
Zheyu Zhang
2021-11-24
fix(lsp): lsp should respect include/exclude files in format config (#12876)
David Sherret
2021-11-23
fix(cli): config file should resolve paths relative to the config file (#12867)
David Sherret
2021-11-16
refactor: re-export anyhow from deno_core (#12777)
Ryan Dahl
2021-11-08
fix(lint): use recommended tags when no tags specified in config, but include...
David Sherret
[next]