docs: Add note about tools/linter_lib to lint docs.

This commit is contained in:
Steve Howell 2017-06-05 09:02:58 -06:00 committed by Tim Abbott
parent a606628b16
commit 0d08edc6b6
1 changed files with 4 additions and 0 deletions

View File

@ -115,6 +115,10 @@ script performs several lint checks in parallel by forking out subprocesses. Th
is still evolving, but you can look at the method `run_parallel` to get the
gist of how it works.
Note that our project does custom regex-based checks on the code, and we
also customize how we call pyflakes and pycodestyle (pep8). The code for these
types of checks mostly lives [here](https://github.com/zulip/zulip/blob/master/tools/linter_lib).
### Special options
You can use the `-h` option for `lint` to see its usage. One particular