zulip/tools/linter_lib
Greg Price 0d5f77cf86 logging: Abbreviate log-level names to 4 characters.
These are long enough to still be self-explanatory (the only one I'm
at all in doubt about there is DEBG; I avoided "DBUG" because it reads
"BUG" which suggests a high-priority message, and those are the
opposite of that), while saving a good bit of horizontal space
vs. padding everything to the 8 characters of "CRITICAL".

Also add a linter exception to allow easy-to-read alignment here,
similar to several existing exceptions for other alignment cases.
2017-09-28 18:26:39 -07:00
..
__init__.py Extract tools/linter_lib/custom_check.py. 2017-06-05 09:20:21 -07:00
custom_check.py logging: Make our own Formatter class. 2017-09-28 18:26:39 -07:00
exclude.py api: Update lint and analysis code to forget about now-gone files. 2017-07-31 21:24:52 -07:00
pep8.py logging: Abbreviate log-level names to 4 characters. 2017-09-28 18:26:39 -07:00
printer.py linter: Create error printing library. 2017-07-06 13:46:10 +08:00
pyflakes.py lint: Fix problematic merging of pyflakes stdout/stderr. 2017-08-29 10:44:50 -07:00