summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2018-01-11tools: add babel-eslintMichaël Zasso
2018-01-11tools: update ESLint to 4.15.0Michaël Zasso
2018-01-11tools: move eslint from tools to tools/node_modulesMichaël Zasso
2018-01-05tools: host remark-preset-lint-node in-treeJon Moss
2017-12-29tools: add check for using process.binding cryptoDaniel Bevenius
2017-12-27tools: fix AttributeError: __exit__ on Python 2.6Dmitriy Kasyanov
2017-12-26tools: autofixer for lowercase-name-for-primitiveShobhit Chittora
2017-12-22tools: fix man pages linking regexDiego Rodríguez Baquero
2017-12-19tools: add number-isnan ruleJon Moss
2017-12-15tools: simplify lowercase-name-for-primitive rulecjihrig
2017-12-13tools: add lowercase-name-for-primitive eslint ruleWeijia Wang
2017-12-12doc,test: mention Duplex support for TLSAnna Henningsen
2017-12-11tools,test: throw if common.PORT used in parallel testsRich Trott
2017-12-11tools: simplify no-let-in-for-declaration rulecjihrig
2017-12-11tools: simplify buffer-constructor rulecjihrig
2017-12-11tools: simplify prefer-assert-methods rulecjihrig
2017-12-11tools: simplify prefer-common-mustnotcall rulecjihrig
2017-12-11tools: prefer common.expectsError in testsAnatoli Papirovski
2017-12-09tools: replace space with \b in regexDiego Rodríguez Baquero
2017-12-08tools: lint for additional strings in docsRich Trott
2017-12-01tools: update markdown lint presetsRich Trott
2017-12-01tools: add cpplint rule for NULL usageDaniel Bevenius
2017-11-30tools: add docs for prefer-util-format-errors ruleJon Moss
2017-11-30tools: add Boxstarter scriptBartosz Sosnowski
2017-11-29tools,test: use Execute instead of check_outputRefael Ackermann
2017-11-27tools: update to ESLint 4.12.0cjihrig
2017-11-28test: Enable specifying flaky tests on fipsNikhil Komawar
2017-11-28tools: add lint fixer for `require-buffer`Bamieh
2017-11-24tools: fix gitignore for tools/doc/Richard Littauer
2017-11-23Revert "src, tools: add debug symbols for node internals"Ben Noordhuis
2017-11-23tools: fix typo in gen-postmortem-metadata.pyDaniel Bevenius
2017-11-21src, tools: add debug symbols for node internalsMatheus Marchini
2017-11-21tools: make doc tool a bit more readableTobias Nießen
2017-11-21tools: remove useless function declarationTobias Nießen
2017-11-21tools: avoid using process.cwd in tools/lint-jsTobias Nießen
2017-11-21tools: use built-in padStart instead of padStringTobias Nießen
2017-11-20tools: allow running test.py without configuringGibson Fahnestock
2017-11-18tools: bump remark-cli to 4.0Refael Ackermann
2017-11-18errors: consistent format for error messageAnatoli Papirovski
2017-11-17tools: fail tests if malformed status fileRich Trott
2017-11-16deps: import acorn@5.2.1Timothy Gu
2017-11-14tools: speed up lint-md-buildRefael Ackermann
2017-11-13tools: enforce no unused trailing arguments tools directoryRich Trott
2017-11-13tools: remove unused trailing function argumentsRich Trott
2017-11-13build: runtime-deprecate requiring depsTimothy Gu
2017-11-13tools: fix inspector-check reportingDaniel Bevenius
2017-11-09deps: ICU 60 bumpSteven R. Loomis
2017-11-08tools: add direct anchors for error codesJoyee Cheung
2017-11-06tools: remove unneeded parentheses in doc/html.jsVse Mozhet Byt
2017-11-06tools: replace string concatenation with template literalsKevin Yu