summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2018-07-27 09:18:09 +0100
committerw0rp <devw0rp@gmail.com>2018-07-27 09:18:09 +0100
commita7b8cb4fe32b43dbeeadc8cb94f378b4e2112723 (patch)
treeae282a552a2deac56990a6b94ff48ec8e23c5eb8 /doc
parentdaab1a08db7bc0436186751456ebd5b9a32c24f9 (diff)
downloadale-a7b8cb4fe32b43dbeeadc8cb94f378b4e2112723.zip
Mention v:t_TYPE variables in the developer documentation
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-development.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ale-development.txt b/doc/ale-development.txt
index 8a4c1d7d..d83c98f2 100644
--- a/doc/ale-development.txt
+++ b/doc/ale-development.txt
@@ -118,6 +118,7 @@ these are reported with ALE's `custom-linting-rules` script. See
* Use `snake_case` names for linter names, so they can be used as part of
variable names. You can define `aliases` for linters, for other names people
might try to configure linters with.
+* Use |v:t_TYPE| variables instead of `type()`, which are more readable.
Apply the following guidelines when writing Vader test files.