Docker container with textlint.
textlint is Node.js based text linting utility for markdown and plaintext.
forked from https://github.com/miy4/docker-textlint
This image contains textlint rules as follows:
- textlint-rule-prh
- textlint-rule-no-todo
- textlint-rule-preset-jtf-style
- textlint-rule-max-ten
- textlint-rule-no-doubled-joshi
- textlint-rule-no-mix-dearu-desumasu
- textlint-rule-sentence-length
- textlint-rule-spellcheck-tech-word
To pull:
$ docker pull shimizukawa/textlint
To build:
$ git clone https://github.com/shimizukawa/docker-textlint.git
$ cd docker-textlint
$ docker build -t shimizukawa/textlint .
$ vi .textlintrc
# Edit textlint configurations
See textlint/docs/configuring.md and textlint/examples/config-file/ for more details.
$ docker run -v ${PWD}:/data -w /data shimizukawa/textlint <TEXTLINT_ARGS>
# or
$ /path/to/run-textlint <TEXTLINT_ARGS>
docker run
and run-textlint
accept and pass a set of parameters to textlint CLI.