summaryrefslogtreecommitdiff
path: root/doc/api/lint.md
Commit message (Collapse)AuthorAgeFilesLines
* Update lint.md to provide the correct path for the APIElliot Rushton2019-07-181-1/+1
|
* Fix spacing of code blocksMarcel Amirault2019-07-091-19/+19
| | | | | | | Code blocks should not be spaced 4 times, as this will prevent the code from being colored. They should also be spaced the same as the lists they are a part of, to make reading easier.
* Refactor of API landing pageEvan Read2019-02-151-1/+1
| | | | | - Breaks up into more sections. - Also minor fixes to pages within sections.
* Make unordered lists conform to styleguidedocs/fix-unordered-list-styleEvan Read2019-01-081-4/+3
| | | | - Also makes other minor Markdown fixes that were near the main fixes.
* Remove gem install bundler from Docker-based Ruby environmentsTakuya Noguchi2019-01-011-1/+1
| | | | | | bundler gem has been included in the Docker official Ruby image since 2.1. Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* Fix broken links in documentationzj-remove-ci-api-v1Zeger-Jan van de Weg2017-08-211-0/+52
Also, move the old linting docs to the new location.