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