diff options
author | Shogo NAMEKI <nametake.kyarabuki@gmail.com> | 2017-11-20 19:57:13 +0900 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2017-11-20 10:57:13 +0000 |
commit | f20e5a4cf0e56c3c89ef7be4730924be377e5f61 (patch) | |
tree | 71abbae0f375fca62cf335f2cfc95b80aa2f31c3 /README.md | |
parent | f224ce8a377bbb3a0deb78b98fdc6c43555791e2 (diff) | |
download | ale-f20e5a4cf0e56c3c89ef7be4730924be377e5f61.zip |
Add `drafter` for checking API Blueprint files (#1152)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) | |