summaryrefslogtreecommitdiff
path: root/ale_linters/apiblueprint
AgeCommit message (Collapse)Author
2018-09-04Improve ALE project style checkingw0rp
* The project style linter now runs while you type. * Now the scripts for checking the project require blank lines. * Many style issues have been found and fixed.
2018-07-22Make drafter linter use stdin instead of writing to tmp fileKyle Fuller
Writing to a tmp file is unnecessary as drafter will use stdin if a path is not provided.
2017-11-20Add `drafter` for checking API Blueprint files (#1152)Shogo NAMEKI