package documentation

Looks for code which can be refactored.

Module implicit_booleaness_checker Undocumented
Module not_checker Undocumented
Module recommendation_checker Undocumented
Module refactoring_checker No module docstring; 0/1 type alias, 0/4 constant, 5/8 functions, 1/1 class documented

From __init__.py:

Class ImplicitBooleanessChecker Checks for incorrect usage of comparisons or len() inside conditions.
Class NotChecker Checks for too many not in comparison expressions.
Class RecommendationChecker No class docstring; 0/1 instance variable, 0/2 class variable, 6/12 methods, 0/1 static method documented
Class RefactoringChecker Looks for code which can be refactored.
Function register Undocumented
def register(linter: PyLinter): (source)

Undocumented