Add drafter for checking API Blueprint files (#1152)

This commit is contained in:
Shogo NAMEKI 2017-11-20 19:57:13 +09:00 committed by w0rp
parent f224ce8a37
commit f20e5a4cf0
4 changed files with 75 additions and 0 deletions

View file

@ -74,6 +74,7 @@ formatting.
| -------- | ----- |
| ASM | [gcc](https://gcc.gnu.org) |
| Ansible | [ansible-lint](https://github.com/willthames/ansible-lint) |
| API Blueprint | [drafter](https://github.com/apiaryio/drafter) |
| AsciiDoc | [proselint](http://proselint.com/), [write-good](https://github.com/btford/write-good), [redpen](http://redpen.cc/)|
| Awk | [gawk](https://www.gnu.org/software/gawk/)|
| Bash | shell [-n flag](https://www.gnu.org/software/bash/manual/bash.html#index-set), [shellcheck](https://www.shellcheck.net/), [shfmt](https://github.com/mvdan/sh) |