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
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
2021-08-12
fix(lint): add links to help at lint.deno.land (#11667)
Bartek Iwańczuk
2021-08-10
chore: upgrade crates (#11626)
Bartek Iwańczuk
2021-07-30
chore: upgrade Rust to 1.54.0 (#11554)
Yusuke Tanaka
2021-07-07
fix(cli/tools/lint): output json reports to stdout (#11311)
Casper Beyer
2021-05-10
chore: upgrade crates (#10559)
Bartek Iwańczuk
2021-03-26
remove macro_use (#9884)
Ryan Dahl
2021-02-19
fix: lint and fmt error if no target files are found (#9527)
Yusuke Tanaka
2021-01-27
chore: fix typo in lint.rs (#9281)
Ikko Ashimine
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2020-12-07
feat: add mvp language server (#8515)
Kitson Kelly
2020-11-22
feat(unstable): Support --watch flag for bundle and fmt subcommands (#8276)
Yusuke Tanaka
2020-11-19
refactor(cli): move tooling to cli/tools/ (#8424)
Bartek Iwańczuk