summaryrefslogtreecommitdiff
path: root/pylint/checkers/base
Commit message (Expand)AuthorAgeFilesLines
...
* Add `comparison-of-constants` checker (#6413)omarandlorraine2022-05-041-0/+28
* Run development version of ``pydocstringformatter`` (#6469)Daniël van Noord2022-04-281-5/+5
* Remove some words from custom dictionary and update spellingDaniël van Noord2022-04-262-2/+2
* Migrate from utils.check_messages to utils.only_required_for_messages (#6432)Pierre Sassoulas2022-04-221-1/+1
* Migrate from 'check_messages' to 'only_required_for_messages' (#6417)Pierre Sassoulas2022-04-216-40/+50
* Remove ``assign-to-new-keyword`` (#6421)Daniël van Noord2022-04-211-33/+2
* Remove ``IAstroidChecker`` from ``__implements__``Daniël van Noord2022-04-191-5/+1
* Add ``--minimal-messages-config`` option for functional tests (#6246)Andreas Finkler2022-04-161-0/+1
* Deprecate ``get_global_option``Daniël van Noord2022-04-152-9/+3
* Add some manual typing changes (#6325)Daniël van Noord2022-04-141-1/+3
* Use ``--py39-plus`` and ``--full-reorder`` in ``python-typing-update`` (#6313)Daniël van Noord2022-04-142-2/+5
* Replace .namespace with .config (#6316)Daniël van Noord2022-04-142-14/+12
* Use ``python-typing-update`` on ``pylint/checkers/...`` directoriesDaniël van Noord2022-04-143-10/+16
* Update formatting for NamingStyles (#6294)Marc Mueller2022-04-131-4/+10
* Use ``namespace`` in two more checkersDaniël van Noord2022-04-111-9/+13
* Remove the ``future_option_parsing`` keyword (#6253)Daniël van Noord2022-04-111-5/+0
* Use ``argparse`` config handler on three checkersDaniël van Noord2022-04-051-3/+3
* New check: TypeVar name mismatch (#6168)Joe Young2022-04-041-1/+25
* New check C0106: typevar-double-invariance (#6015)Joe Young2022-04-041-30/+66
* Add new message called duplicate-value for sets (#5928)Konstantina Saketou2022-04-021-1/+21
* Use the ``argparse`` config handler in ``docstring_checker.py``Daniël van Noord2022-04-011-0/+5
* [refactor] Simpler and more performant way to check for duplicate-argumentPierre Sassoulas2022-04-011-18/+11
* 'duplicate-argument-name' raises once for each set of duplicated argumentsPierre Sassoulas2022-04-011-6/+9
* Re-use regex pattern in naming style (#6072)Daniël van Noord2022-03-311-10/+4
* Change 'nonexistent-operator' to allow repeated unary ops (with space or pare...Sergey B Kirpichev2022-03-291-0/+1
* Fix crash on unbalanced tuple unpackingJacob Walls2022-03-281-0/+2
* Loosen TypeVar name pattern (#5983)Marc Mueller2022-03-261-1/+1
* [cleanup] Remove unused code in pylint.checker.base following refactorPierre Sassoulas2022-03-242-34/+3
* [refactor] Create a file for the BasicChecker in pylint.checker.basePierre Sassoulas2022-03-242-812/+818
* [refactor] Create a file for the BasicErrorChecker in pylint.checker.basePierre Sassoulas2022-03-242-557/+573
* [refactor] Create a package for the NameChecker in pylint.checker.basePierre Sassoulas2022-03-244-732/+813
* [refactor] Create a file for the DocstringChecker in pylint.checker.basePierre Sassoulas2022-03-242-189/+211
* [refactor] Create a file for the PassChecker in pylint.checker.basePierre Sassoulas2022-03-242-20/+29
* [refactor] Create files for comparison checker in pylint.checker.basePierre Sassoulas2022-03-242-285/+297
* [refactor] Create a file for _BasicChecker in pylint.checkersPierre Sassoulas2022-03-242-6/+15
* [refactor] Create a package in order to be able to burst base.pyPierre Sassoulas2022-03-241-0/+2642