Name Description Size
__init__.py 845
compact.py Formatter for compact output. This formatter prints one error per line, mimicking the eslint 'compact' formatter. 1377
stylish.py Formatter based on the eslint default. 5410
summary.py 1799
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. 1156
unix.py Formatter that respects Unix output conventions frequently employed by preprocessors and compilers. The format is `<FILENAME>:<LINE>[:<COL>]: <RULE> <LEVEL>: <MESSAGE>`. 1043