Name Description Size
__init__.py 837
compact.py Formatter for compact output. This formatter prints one error per line, mimicking the eslint 'compact' formatter. 1369
stylish.py Formatter based on the eslint default. 5498
summary.py 1791
treeherder.py Formatter for treeherder friendly output. This formatter looks ugly, but prints output such that treeherder is able to highlight the errors and warnings. This is a stop-gap until bug 1276486 is fixed. 1148
unix.py Formatter that respects Unix output conventions frequently employed by preprocessors and compilers. The format is `<FILENAME>:<LINE>[:<COL>]: <RULE> <LEVEL>: <MESSAGE>`. 1035