summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* tools: update markdown lint presetsRich Trott2017-12-013-38/+98
* tools: add cpplint rule for NULL usageDaniel Bevenius2017-12-012-10/+34
* tools: add docs for prefer-util-format-errors ruleJon Moss2017-11-301-0/+5
* tools: add Boxstarter scriptBartosz Sosnowski2017-11-302-0/+76
* tools,test: use Execute instead of check_outputRefael Ackermann2017-11-291-10/+7
* tools: update to ESLint 4.12.0cjihrig2017-11-27231-19748/+6170
* test: Enable specifying flaky tests on fipsNikhil Komawar2017-11-281-0/+19
* tools: add lint fixer for `require-buffer`Bamieh2017-11-281-1/+17
* tools: fix gitignore for tools/doc/Richard Littauer2017-11-245-46/+36
* Revert "src, tools: add debug symbols for node internals"Ben Noordhuis2017-11-231-200/+0
* tools: fix typo in gen-postmortem-metadata.pyDaniel Bevenius2017-11-231-1/+1
* src, tools: add debug symbols for node internalsMatheus Marchini2017-11-211-0/+200
* tools: make doc tool a bit more readableTobias Nießen2017-11-212-23/+12
* tools: remove useless function declarationTobias Nießen2017-11-211-5/+1
* tools: avoid using process.cwd in tools/lint-jsTobias Nießen2017-11-211-6/+1
* tools: use built-in padStart instead of padStringTobias Nießen2017-11-211-12/+5
* tools: allow running test.py without configuringGibson Fahnestock2017-11-201-19/+9
* tools: bump remark-cli to 4.0Refael Ackermann2017-11-182-73/+57
* errors: consistent format for error messageAnatoli Papirovski2017-11-181-0/+39
* tools: fail tests if malformed status fileRich Trott2017-11-171-3/+1
* deps: import acorn@5.2.1Timothy Gu2017-11-161-0/+1
* tools: speed up lint-md-buildRefael Ackermann2017-11-142-0/+1593
* tools: enforce no unused trailing arguments tools directoryRich Trott2017-11-131-0/+4
* tools: remove unused trailing function argumentsRich Trott2017-11-133-3/+3
* build: runtime-deprecate requiring depsTimothy Gu2017-11-131-1/+29
* tools: fix inspector-check reportingDaniel Bevenius2017-11-131-4/+6
* deps: ICU 60 bumpSteven R. Loomis2017-11-091-0/+1
* tools: add direct anchors for error codesJoyee Cheung2017-11-081-3/+9
* tools: remove unneeded parentheses in doc/html.jsVse Mozhet Byt2017-11-061-1/+1
* tools: replace string concatenation with template literalsKevin Yu2017-11-061-3/+3
* tools: replace string concatenation with template literalsGiovanni Lela2017-11-061-2/+1
* tools: replace string concetation with templatesPatrick Heneise2017-11-061-4/+4
* tools: update to ESLint 4.10.0cjihrig2017-11-06263-8838/+9333
* tools: add fixer for no-let-in-for-declarationWeijia Wang2017-11-041-3/+13
* doc: update license to include node-inspectMyles Borins2017-11-031-0/+3
* doc: add 9.x to version picker and mark 8.x as LTSChris Young2017-11-031-1/+2
* doc: add license information for remark-cliMyles Borins2017-10-312-0/+24
* build: make doc target quietDaniel Bevenius2017-10-302-2/+0
* tools: modernize license2rtfTobias Nießen2017-10-291-154/+142
* tools: replace loop with padStartTobias Nießen2017-10-291-4/+1
* tools: fix cpplint.py when path contains non-asciisharkfisher2017-10-271-3/+3
* tools: add eslint rule for documented errorsJames M Snell2017-10-261-0/+46
* build: fix npm install with --sharedBen Noordhuis2017-10-251-0/+1
* tools: introduce remark-preset-lint-nodeDaijiro Wachi2017-10-252-0/+86
* tools: introduce remark-cli@3.0.1Daijiro Wachi2017-10-253-0/+177
* src: remove empty comment in node_http2.hDaniel Bevenius2017-10-251-1/+1
* tools: enable additional eslint rulesAnatoli Papirovski2017-10-191-4/+2
* test: fix flaky test-make-docRich Trott2017-10-191-0/+1
* tools: update to ESLint 4.8.0Anatoli Papirovski2017-10-19476-23834/+5601
* test: update test-npm to use test-npm-package.jsGibson Fahnestock2017-10-191-43/+0