package documentation

Undocumented

Module bad_builtin Checker for deprecated builtins.
Module broad_try_clause Looks for try/except statements with too much code in the try clause.
Module check_elif No module docstring; 0/1 function, 1/1 class documented
Module code_style No module docstring; 0/1 function, 1/1 class documented
Module comparetozero Looks for comparisons to zero.
Module comparison_placement Checks for yoda comparisons (variable before constant) See https://en.wikipedia.org/wiki/Yoda_conditions.
Module confusing_elif No module docstring; 0/1 function, 1/1 class documented
Module consider_refactoring_into_while_condition Looks for try/except statements with too much code in the try clause.
Module consider_ternary_expression Check for if / assign blocks that can be rewritten with if-expressions.
Module dict_init_mutate Check for use of dictionary mutation after initialization.
Module docparams Pylint plugin for checking in Sphinx, Google, or Numpy style docstrings.
Module docstyle No module docstring; 0/1 function, 1/1 class documented
Module dunder No module docstring; 0/1 function, 1/1 class documented
Module empty_comment No module docstring; 2/3 functions, 0/1 class documented
Module emptystring Looks for comparisons to empty string.
Module eq_without_hash This is the remnant of the python3 checker.
Module for_any_all Check for use of for loops that only check for a condition.
Module magic_value Checks for magic values instead of literals.
Module mccabe Module to add McCabe checker class for pylint.
Module no_self_use Undocumented
Module overlapping_exceptions Looks for overlapping exceptions.
Module private_import Check for imports on private external modules and names.
Module redefined_loop_name Optional checker to warn when loop variables are overwritten in the loop's body.
Module redefined_variable_type No module docstring; 0/1 function, 1/1 class documented
Module set_membership Undocumented
Module typing No module docstring; 0/3 constant, 0/1 function, 1/3 class documented
Module while_used Check for use of while loops.
Module _check_docs_utils Utility methods for docstring checking.

From __init__.py:

Function initialize Initialize linter with checkers in the extensions' directory.
def initialize(linter: PyLinter): (source)

Initialize linter with checkers in the extensions' directory.