summaryrefslogtreecommitdiff
path: root/pylint/checkers/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Refactor ``LinterStats`` (#5074)Daniël van Noord2021-10-071-15/+64
* Bump pylint to 2.11.0, update changelogv2.11.0Pierre Sassoulas2021-09-161-0/+1
* Add typing in ``pylint.reporters`` (#5004)Pierre Sassoulas2021-09-161-1/+1
* Add typing to all calls to ``self.stats`` (#4973)Daniël van Noord2021-09-151-5/+12
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-301-2/+2
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Update copyrite noticev2.8.2Pierre Sassoulas2021-04-261-0/+1
* Changes after black updateMarc Mueller2021-04-261-1/+1
* Prepare for 2.8.0 releasepylint-2.8.0Pierre Sassoulas2021-04-241-2/+2
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Setup formatting of new and old scoreshippo912021-04-091-2/+2
* Revert "Refactor - Remove unused and untested code in utils"hippo912021-04-091-3/+9
* Update copyright notice with copyritePierre Sassoulas2021-02-281-1/+1
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-2/+4
* Introduced DeprecatedMixinMatus Valo2021-02-211-0/+2
* mapreduce| Fixes -jN for map/reduce Checkers (e.g. SimilarChecker)Frank Harrison2021-01-021-1/+9
* Add __all__ in __init__.py so all import are usedPierre Sassoulas2020-09-221-1/+1
* Sets up copyrighthippo912020-08-201-1/+1
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-1/+4
* Fix - Remove the redefined build-in instead of using a pragmaPierre Sassoulas2019-03-291-4/+2
* Refactor - Remove unused and untested code in utilsPierre Sassoulas2019-03-291-9/+3
* Refactor - Create file for BaseCheckerPierre Sassoulas2019-03-291-93/+1
* Refactor - Move function for checker in CheckerPierre Sassoulas2019-03-291-0/+34
* Refactor - Move refactor.utils function to the utils packagePierre Sassoulas2019-03-291-5/+1
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-201-1/+1
* Expose/export BaseTokenChecker in __all__ as well?Bruno P. Kinoshita2019-01-071-1/+1
* Reformat the code with blackClaudiu Popa2018-09-171-11/+20
* first make mypy pass by ignoring typessolanki2018-08-211-3/+4
* disable some type checking and annotate simple onessolanki2018-08-211-3/+3
* Update copyright noticesClaudiu Popa2018-07-151-1/+2
* Do not try to lower checker name if not setBryce Guinta2018-07-131-1/+2
* Add ability to specify message column offset independent of node for messages...Bryce Guinta2018-01-031-2/+3
* Regenerate copyright noticesClaudiu Popa2017-12-151-0/+5
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-231-2/+4
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
* Add a new refactoring message, 'consider-merging-isinstance`.Moisés López2016-07-121-1/+2
* Add the new shorter license header, including to missing files. Close #894.Claudiu Popa2016-06-011-15/+3
* Bring parts of logilab.common.configuration and logilab.common.optik_ext into...Claudiu Popa2015-09-011-2/+1
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-141-0/+124