summaryrefslogtreecommitdiff
path: root/doc/development_guide/technical_reference/checkers.rst
blob: de703ac05439312c2a554ca26ae62c764337494f (plain)
1
2
3
4
5
6
7
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 ``astroid``.
``pylint.checkers.utils`` provides a large number of utility methods for
dealing with ``astroid``.