__init__.py |
|
272 |
cli.py |
|
14804 |
editor.py |
|
1746 |
errors.py |
|
961 |
formatters |
|
|
parser.py |
Reads and validates lint configuration files. |
4433 |
pathutils.py |
Helper class to make comparing and matching file paths easier. |
12216 |
result.py |
Represents overall result state from an entire lint run. |
5189 |
roller.py |
A multiprocessing.Queue that catches KeyboardInterrupt when a worker is
blocking on it and returns None.
This is needed to gracefully handle KeyboardInterrupts when a worker is
blocking on ProcessPoolExecutor's call queue.
|
15005 |
types.py |
Abstract base class for all types of linters. |
6278 |
util |
|
|