third_party.pylibs.pylint.src/doc/technical_reference/checkers.rst
2017-07-12 05:45:16 +01:00

8 lines
285 B
ReStructuredText

Checkers
--------
All of the default pylint checkers exist in ``pylint.checkers``.
This is where most of pylint's brains exist.
Most checkers are AST based and so use :mod:`astroid`.
``pylint.checkers.utils`` provides a large number of utility methods for
dealing with :mod:`astroid`.