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
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
2021-11-04
fix(lint): use recommended tag if there is no tags in config file or flags (#...
Zheyu Zhang
2021-10-30
fix(cli): linter/formater watches current directory without args (#12550)
Zheyu Zhang
2021-10-30
fix(cli): lint/format all discoverd files on each change (#12518)
Zheyu Zhang
2021-10-12
chore: upgrade crates based on deno ast 0.3 (#12403)
David Sherret
2021-10-12
fix(lsp): lint diagnostics respect config file (#12338)
Bartek Iwańczuk
2021-10-05
feat(lint): add support for --watch flag (#11983)
CGQAQ
2021-09-08
refactor(lint): reuse lint rules (#11934)
Bartek Iwańczuk
2021-09-07
refactor(lsp): use deno_ast and cache swc ASTs (#11780)
David Sherret
2021-09-03
feat(lint): add support for config file and CLI flags for rules (#11776)
Bartek Iwańczuk
2021-09-02
chore: upgrade crates (#11894)
Bartek Iwańczuk
2021-08-14
fix(cli/lint): don't use gray in diagnostics output for visibility (#11702)
Yusuke Tanaka
[next]