summaryrefslogtreecommitdiff
path: root/pylint/checkers/base/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* Add disable and exclude pylint files in CI (#6814)Daniël van Noord2022-06-031-0/+2
* Use ``python-typing-update`` on ``pylint/checkers/...`` directoriesDaniël van Noord2022-04-141-1/+2
* [cleanup] Remove unused code in pylint.checker.base following refactorPierre Sassoulas2022-03-241-33/+0
* [refactor] Create a file for the BasicChecker in pylint.checker.basePierre Sassoulas2022-03-241-811/+2
* [refactor] Create a file for the BasicErrorChecker in pylint.checker.basePierre Sassoulas2022-03-241-557/+2
* [refactor] Create a package for the NameChecker in pylint.checker.basePierre Sassoulas2022-03-241-732/+25
* [refactor] Create a file for the DocstringChecker in pylint.checker.basePierre Sassoulas2022-03-241-189/+2
* [refactor] Create a file for the PassChecker in pylint.checker.basePierre Sassoulas2022-03-241-20/+1
* [refactor] Create files for comparison checker in pylint.checker.basePierre Sassoulas2022-03-241-285/+2
* [refactor] Create a file for _BasicChecker in pylint.checkersPierre Sassoulas2022-03-241-6/+2
* [refactor] Create a package in order to be able to burst base.pyPierre Sassoulas2022-03-241-0/+2642