Commit da76dc5
committed
build: introduce 'make doclint' command and tooling
This adds remark-lint tooling and introduces a 'make doclint' command,
which is also executed on 'make test' runs.
tools/remark-cli dir was created by installing `remark-cli` and
`remark-lint`, the following files and directories are being excluded:
* `./node_modules/concat-stream/node_modules/readable-stream/`
a duplicate copy of `readable-stream` of 2.0, there already is 2.1.
* `./**/doc/`, `./**/test/` -- docs and tests for deps are not needed.
* `./**/history.md` and `./**/changelog.md` (case-insensitive).
* `./**/.travis.yml`, `./**/.istanbul.yml`, `./**/.zuul.yml`.
* `./**/.eslintrc`, `./**/.jscs.json`, `./**/.jshintrc`.
* `./**/.npmignore`, `./**/component.json`, `./**/.gitattributes`.
* `./**/dist/` (affects `sprintf-js` and `js-yaml`), not `require()`-d.
PR-URL: #85511 parent 50be885 commit da76dc5
972 files changed
Lines changed: 98550 additions & 0 deletions
File tree
- tools/remark-cli
- node_modules
- ansi-regex
- ansi-styles
- anymatch
- argparse
- lib
- action
- append
- store
- argument
- help
- arr-diff
- arr-flatten
- array-iterate
- array-union
- array-unique
- array-uniq
- arrify
- async-each
- bail
- balanced-match
- binary-extensions
- brace-expansion
- braces
- buffer-shims
- camelcase
- ccount
- chalk
- character-entities-html4
- character-entities-legacy
- character-entities
- character-reference-invalid
- chokidar
- lib
- code-point-at
- collapse-white-space
- concat-map
- example
- concat-stream
- core-util-is
- lib
- co
- debug
- decamelize
- deep-extend
- lib
- error-ex
- escape-string-regexp
- esprima
- bin
- expand-brackets
- expand-range
- extend
- extglob
- filename-regex
- fill-range
- fn-name
- for-in
- for-own
- fs.realpath
- function-bind
- glob-base
- glob-parent
- globby
- glob
- graceful-fs
- has-ansi
- has
- src
- inflight
- inherits
- ini
- irregular-plurals
- is-alphabetical
- is-alphanumerical
- is-alphanumeric
- is-arrayish
- is-binary-path
- is-buffer
- is-decimal
- is-dotfile
- is-equal-shallow
- is-extendable
- is-extglob
- is-fullwidth-code-point
- is-glob
- is-hexadecimal
- is-number
- is-posix-bracket
- is-primitive
- is-whitespace-character
- is-word-character
- isarray
- isobject
- js-yaml
- bin
- lib
- js-yaml
- schema
- type
- js
- kind-of
- load-plugin
- log-symbols
- longest-streak
- markdown-escapes
- markdown-extensions
- markdown-table
- mdast-comment-marker
- mdast-util-compact
- mdast-util-heading-style
- mdast-util-to-string
- micromatch
- lib
- minimatch
- minimist
- example
- ms
- normalize-path
- npm-prefix
- number-is-nan
- object-assign
- object.omit
- once
- os-homedir
- parse-entities
- parse-glob
- parse-json
- vendor
- path-is-absolute
- pify
- pinkie-promise
- pinkie
- plur
- preserve
- process-nextick-args
- randomatic
- rc
- lib
- readable-stream
- lib
- internal/streams
- readdirp
- examples
- regex-cache
- remark-lint
- lib
- rules
- remark-message-control
- remark-parse
- lib
- locate
- tokenize
- util
- remark-stringify
- lib
- macro
- util
- visitors
- remark
- repeat-element
- repeat-string
- replace-ext
- resolve-from
- set-immediate-shim
- shellsubstitute
- sliced
- sprintf-js
- demo
- src
- state-toggle
- string-width
- string_decoder
- stringify-entities
- lib
- strip-ansi
- strip-json-comments
- supports-color
- text-table
- example
- to-vfile
- lib
- trim-trailing-lines
- trim
- trough
- typedarray
- example
- unherit
- unified-args
- lib
- unified-engine
- lib
- file-pipeline
- file-set-pipeline
- unified
- unist-util-modify-children
- unist-util-position
- unist-util-remove-position
- unist-util-stringify-position
- unist-util-visit
- untildify
- user-home
- util-deprecate
- vfile-find-down
- vfile-find-up
- vfile-location
- vfile-reporter
- vfile-sort
- vfile-statistics
- vfile
- wrapped
- wrappy
- x-is-string
- xtend
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| 126 | + | |
126 | 127 | | |
127 | 128 | | |
128 | 129 | | |
| |||
699 | 700 | | |
700 | 701 | | |
701 | 702 | | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
702 | 706 | | |
703 | 707 | | |
704 | 708 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 122 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments