summaryrefslogtreecommitdiff
path: root/pylint/checkers/base_checker.py
Commit message (Expand)AuthorAgeFilesLines
* Fix typos accross the whole codebase (#5575)Pierre Sassoulas2021-12-211-2/+2
* Bump pylint to 2.12.0, update changelogv2.12.0Pierre Sassoulas2021-11-251-0/+1
* Add ``end_lineno`` and ``end_col_offset`` to ``MessageLocationTuple`` (#5343)Daniël van Noord2021-11-221-1/+5
* Refactor ``LinterStats`` (#5074)Daniël van Noord2021-10-071-2/+0
* [pre-commit.ci] pre-commit autoupdate (#5082)pre-commit-ci[bot]2021-09-281-1/+1
* Type `add_message` and add `MessageLocationTuple` (#5050)Daniël van Noord2021-09-211-6/+12
* Bump pylint to 2.11.0, update changelogv2.11.0Pierre Sassoulas2021-09-161-0/+1
* Add typing to all calls to ``self.stats`` (#4973)Daniël van Noord2021-09-151-0/+2
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-301-9/+11
* Bump pylint to 2.9.3, update changelogv2.9.3Pierre Sassoulas2021-07-011-0/+1
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Refactor from old style typing to new style typingPierre Sassoulas2021-03-311-5/+5
* Fix classes do not defining 4 ordering comparison methodsPierre Sassoulas2021-03-281-1/+2
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-1/+2
* Move from format() to f-string where it makes sensePierre Sassoulas2021-02-161-18/+11
* Update formatting following black and isort updatePierre Sassoulas2020-09-101-1/+1
* Sets up copyrighthippo912020-08-201-1/+1
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-1/+4
* [pylint.checkers] Clearer __repr__ when printing checkersPierre Sassoulas2019-08-191-2/+2
* Feat - Add a __str__ function to BaseCheckerPierre Sassoulas2019-06-201-0/+9
* Refactor - Giving multiple parameters instead of a dictPierre Sassoulas2019-06-201-6/+1
* Refactor - Use self directly in checker get_full_documentationPierre Sassoulas2019-06-201-6/+4
* Refactor - Clearer function name ('rest' -> 'rst') in utilsPierre Sassoulas2019-06-201-7/+7
* Fix - Remove invalid syntax in python 3.4Pierre Sassoulas2019-06-201-1/+1
* Refactor - Move doc for checkers in BaseCheckerPierre Sassoulas2019-06-201-1/+43
* Fix - A typo in base_checker.pyPierre Sassoulas2019-06-201-1/+1
* Refactor - Simplify the Checker.__repr__ functionPierre Sassoulas2019-06-201-2/+3
* Refactor - Move build_message_definition to the BaseChecker classPierre Sassoulas2019-06-201-10/+31
* Fix - better error msg for getmessagedefinition (sqsuash)Pierre Sassoulas2019-06-201-2/+2
* Feat - Permit to get message definition by msgid in CheckersPierre Sassoulas2019-06-201-0/+8
* Feat - Add a __repr__ and __gt__ function for BaseCheckersPierre Sassoulas2019-06-201-0/+11
* Style - Use a single list comprehension instead of a for loopClaudiu Popa2019-03-291-5/+4
* Refactor - Create file for BaseCheckerPierre Sassoulas2019-03-291-0/+103