summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorShogo NAMEKI <nametake.kyarabuki@gmail.com>2017-11-20 19:57:13 +0900
committerw0rp <w0rp@users.noreply.github.com>2017-11-20 10:57:13 +0000
commitf20e5a4cf0e56c3c89ef7be4730924be377e5f61 (patch)
tree71abbae0f375fca62cf335f2cfc95b80aa2f31c3 /README.md
parentf224ce8a377bbb3a0deb78b98fdc6c43555791e2 (diff)
downloadale-f20e5a4cf0e56c3c89ef7be4730924be377e5f61.zip
Add `drafter` for checking API Blueprint files (#1152)
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6ed4b1d2..73827899 100644
--- a/README.md
+++ b/README.md
@@ -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) |