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
/
tools
/
lint.py
Age
Commit message (
Expand
)
Author
2020-11-05
build: rewrite tools/ scripts to deno (#8247)
Bartek Iwańczuk
2020-11-03
build: migrate to dlint (#8176)
Bartek Iwańczuk
2020-10-02
refactor: use parentheses in print statements in python (#7779)
j4qfrost
2020-09-23
fix: ignore fileExists in tsc host (#7635)
Kitson Kelly
2020-08-28
Move benchmarks to Rust (#7134)
Valentin Anger
2020-08-03
fix(cli): add support for non-UTF8 source files (#6789)
Maayan Hanin
2020-07-22
Reduce size of TypeScript Compiler snapshot (#6809)
Ryan Dahl
2020-07-21
fix(tools/lint): don't exceed max command line length on windows (#6804)
木杉
2020-06-09
upgrade: deno_lint v0.1.8 (#6208)
Bartek Iwańczuk
2020-05-22
fix: SWC lexer settings and silent errors (#5752)
Bartek Iwańczuk
2020-05-09
add option to lint and format only staged files (#5172)
Michał Zdunek
2020-02-27
Add clippy to /tools/lint.py (#4132)
João Souto
2020-02-25
upgrade: TypeScript 3.8 (#4100)
Kitson Kelly
2020-01-29
feat: dprint formatter (#3820)
Bartek Iwańczuk
2020-01-05
Replace libdeno with rusty_v8 (#3556)
Ry Dahl
2020-01-02
Happy new year! (#3578)
Ry Dahl
2019-11-19
feat(std/node) add CommonJS require (#3380)
Kevin (Kun) "Kassimo" Qian
2019-11-14
Loader: support .wasm imports (#3328)
Kevin (Kun) "Kassimo" Qian
2019-10-31
Upgrade node_modules, change tagline, clean up root directory (#3247)
Ry Dahl
2019-10-09
Run deno_std tests in github actions
Ryan Dahl
2019-09-16
Fix and enable linting of deno_typescript/*, tools/*, website/* (#2962)
Bert Belder
2019-09-15
Move GN root into //core/libdeno (#2943)
Christian Moritz
2019-09-15
tools: refactor lint.py and format.py (#2950)
Bert Belder
2019-09-15
tools: clean up third_party.py, and merge prebuilt.py into it (#2950)
Bert Belder
2019-09-15
tools: consistently use 'sys.executable' instead of 'python' (#2950)
Bert Belder
2019-09-11
Upgrade pylint (#2917)
Ryan Dahl
2019-04-21
Fix eslint warnings (#2151)
Ryan Dahl
2019-03-30
Move //libdeno to //core/libdeno (#2015)
Ryan Dahl
2019-03-09
Migrate from tslint to eslint for linting (#1905)
Kitson Kelly
2019-02-26
deno_core (#1827)
Ryan Dahl
2019-02-11
fix: improve formatting (#1732)
Yoshiya Hinosawa
2019-01-30
Fix cpplint
Ryan Dahl
2019-01-24
Minor code cleanups (#1570)
JaePil Jung
2019-01-21
chore: update license lines (#1557)
Yoshiya Hinosawa
2018-11-30
Use pylint.
Ryan Dahl
2018-10-19
Add missing copyrights (#1024)
ztplz
2018-10-05
tslint warning supress using tsconfig
cedric05
2018-10-05
Format
Ryan Dahl
2018-10-05
Changed tools/lint.py to lint the entire js and tests directories. (#900)
Chris Bystrek
2018-09-24
tools: make color output work on windows
Bert Belder
2018-07-27
Ignore any generated TypeScript files
Kitson Kelly
2018-07-08
Clean up tools/
Ryan Dahl
2018-07-08
Rewrite tools/lint.sh in python (#343)
Hao Li