textlint をシンプルにprhのルールのみでチェックするDockerコンテナです。
This image contains textlint rules as follows:
$ docker pull santak/textlint-simple
$ git clone https://github.com/san-tak/docker-textlint-simple.git
$ vi .textlintrc
Dockerホストマシンのカレントディレクトリ.textlintrc
の rulePaths
へprh でチェックを行いたいルールを記述してください。
{
"rules": {
"preset-japanese": true,
"prh": {
"rulePaths": [
"./prh/prh-rules/media/WEB+DB_PRESS.yml,
"./sample.yml"
]
}
}
}
prh のルール例は、prh のリポジトリから入手します。
$ git clone https://github.com/prh/prh.git
$ docker run -it --rm -v $PWD:/work santak/textlint-simple --rule prh README.md
- for SELinux
$ docker run -it --rm -v $PWD:/work:Z santak/textlint-simple --rule prh README.md
$ git clone https://github.com/san-tak/docker-textlint-simple.git
$ docker build --tag santak/textlint-simple .
このリポジトリのsample.yml
ルールでこのREADME.md は次の2行がエラーとなります。
- 下さい -> ください
- 全て -> すべて