zulip/tools/linter_lib
Tommy Ip e0d4a007e8 linter: Add `identifier` argument to `custom_check_file` function.
In preparation for the upcoming linter output update, each custom
linter now has a identifier argument. This would be used for separating
each line of lints, eg:

    py        | Missing space around "%" at analytics/views.py line 485:
    py        |         output += '<hr>%s\n'%(string_id,)
    css       | 64c64,65
    css       | <     opacity: 1; }
    css       | ---
    css       | >     opacity: 1;
    css       | > }
    css       | static/styles/lightbox.css seems to be broken:
    swagger   | In static/swagger/zulip.yaml:
    swagger   | Duplicate operationId: registerQueue
2017-07-05 23:23:45 -07:00
..
__init__.py
custom_check.py linter: Add `identifier` argument to `custom_check_file` function. 2017-07-05 23:23:45 -07:00
exclude.py Extract tools/linter_lib/exclude.py 2017-06-05 09:20:21 -07:00
pep8.py Fix bug in pep8 linter. 2017-06-07 16:00:01 -06:00
printer.py linter: Create error printing library. 2017-07-06 13:46:10 +08:00
pyflakes.py Extract tools/linter_lib/pyflakes.py 2017-06-05 09:20:21 -07:00