summaryrefslogtreecommitdiff
path: root/tools/lint.py
AgeCommit message (Expand)Author
2020-02-27Add clippy to /tools/lint.py (#4132)João Souto
2020-02-25upgrade: TypeScript 3.8 (#4100)Kitson Kelly
2020-01-29feat: dprint formatter (#3820)Bartek Iwańczuk
2020-01-05Replace libdeno with rusty_v8 (#3556)Ry Dahl
2020-01-02Happy new year! (#3578)Ry Dahl
2019-11-19feat(std/node) add CommonJS require (#3380)Kevin (Kun) "Kassimo" Qian
2019-11-14Loader: support .wasm imports (#3328)Kevin (Kun) "Kassimo" Qian
2019-10-31Upgrade node_modules, change tagline, clean up root directory (#3247)Ry Dahl
2019-10-09Run deno_std tests in github actionsRyan Dahl
2019-09-16Fix and enable linting of deno_typescript/*, tools/*, website/* (#2962)Bert Belder
2019-09-15Move GN root into //core/libdeno (#2943)Christian Moritz
2019-09-15tools: refactor lint.py and format.py (#2950)Bert Belder
2019-09-15tools: clean up third_party.py, and merge prebuilt.py into it (#2950)Bert Belder
2019-09-15tools: consistently use 'sys.executable' instead of 'python' (#2950)Bert Belder
2019-09-11Upgrade pylint (#2917)Ryan Dahl
2019-04-21Fix eslint warnings (#2151)Ryan Dahl
2019-03-30Move //libdeno to //core/libdeno (#2015)Ryan Dahl
2019-03-09Migrate from tslint to eslint for linting (#1905)Kitson Kelly
2019-02-26deno_core (#1827)Ryan Dahl
2019-02-11fix: improve formatting (#1732)Yoshiya Hinosawa
2019-01-30Fix cpplintRyan Dahl
2019-01-24Minor code cleanups (#1570)JaePil Jung
2019-01-21chore: update license lines (#1557)Yoshiya Hinosawa
2018-11-30Use pylint.Ryan Dahl
2018-10-19Add missing copyrights (#1024)ztplz
2018-10-05tslint warning supress using tsconfigcedric05
2018-10-05FormatRyan Dahl
2018-10-05Changed tools/lint.py to lint the entire js and tests directories. (#900)Chris Bystrek
2018-09-24tools: make color output work on windowsBert Belder
2018-07-27Ignore any generated TypeScript filesKitson Kelly
2018-07-08Clean up tools/Ryan Dahl
2018-07-08Rewrite tools/lint.sh in python (#343)Hao Li