summaryrefslogtreecommitdiff
path: root/pylint/checkers/base/comparison_checker.py
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* Add `magic-number` checker for comparison with literals (#7526)orSolocate2022-10-221-15/+16
* [literal-comparison] Make the message explicit with the solutionPierre Sassoulas2022-08-251-2/+15
* Add whitespace/punctuation to some message descriptions (#7009)Julthep Nandakwang2022-06-231-2/+2
* Add typing to ``comparison_checker`` (#6694)Daniƫl van Noord2022-05-251-14/+30
* Add `comparison-of-constants` checker (#6413)omarandlorraine2022-05-041-0/+28
* Migrate from 'check_messages' to 'only_required_for_messages' (#6417)Pierre Sassoulas2022-04-211-1/+1
* Add ``--minimal-messages-config`` option for functional tests (#6246)Andreas Finkler2022-04-161-0/+1
* [refactor] Create files for comparison checker in pylint.checker.basePierre Sassoulas2022-03-241-0/+295