diff options
author | w0rp <w0rp@users.noreply.github.com> | 2019-09-12 22:57:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-12 22:57:44 +0100 |
commit | 58b7c281c5beea4e68436412e68660a89be66e8d (patch) | |
tree | 651f5f4ddd2f5e3989bfd338dd8822d2c9c79498 /doc | |
parent | a6c59faa0f4b7f6226859c1a9b5bae83b1aef295 (diff) | |
parent | 74a43755c6ecc72a33c189d8a50cf594d18f882e (diff) | |
download | ale-58b7c281c5beea4e68436412e68660a89be66e8d.zip |
Merge pull request #2696 from elebow/update-test-docs-for-linter-lists
Update test docs and output for linter tables checked
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-development.txt | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/ale-development.txt b/doc/ale-development.txt index 16b16483..faa570c1 100644 --- a/doc/ale-development.txt +++ b/doc/ale-development.txt @@ -184,13 +184,12 @@ tests: https://github.com/junegunn/vader.vim See |ale-development-linter-tests| for more information on how to write linter tests. -When you add new linters or fixers, make sure to add them into the table in -the README, and also into the |ale-support| list in the main help file. If you -forget to keep them both in sync, you should see an error like the following -in Travis CI. > - +When you add new linters or fixers, make sure to add them into the tables in +supported-tools.md and |ale-supported-languages-and-tools.txt|. If you forget to +keep them both in sync, you should see an error like the following in Travis CI. +> ======================================== - diff README.md and doc/ale.txt tables + diff supported-tools.md and doc/ale-supported-languages-and-tools.txt tables ======================================== Differences follow: |