summaryrefslogtreecommitdiff
path: root/pylint
Commit message (Expand)AuthorAgeFilesLines
* resolved false positive on unused variables in decorator functions (#4373)haasea2021-04-181-0/+3
* Enhancement/add checker consider using min max builtin (#4359)Qwiddle132021-04-171-0/+88
* Fix - Improve check for invalid PEP 585 syntax (#4345)Marc Mueller2021-04-121-1/+8
* Improve check for invalid PEP 585 syntax inside functions (#4340)Marc Mueller2021-04-121-12/+23
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-11103-103/+103
* Small performance improvement (PEP 585 check) (#4335)Marc Mueller2021-04-111-4/+5
* New ConfusingConsecutiveElifCheckr (for: #3920) (#4318)DudeNr332021-04-111-0/+55
* fix inaccurate docstring; closes #4274 (#4336)bernie gray2021-04-111-1/+1
* Force encoding in reading of setup.cfg to utf-8 (#4329)Sebastian Müller2021-04-101-1/+1
* fixing comments to break into multiple linesEli Fine2021-04-101-1/+1
* obtaining list of comment directives to ignore from pylintrcEli Fine2021-04-102-16/+28
* Update pylint/checkers/spelling.pyEli Fine2021-04-101-3/+2
* removing extraneous line and adding clarifying commentEli Fine2021-04-101-1/+1
* skipping spellcheck for code flanked in backticksEli Fine2021-04-101-1/+23
* skipping spellcheck for tool directives in commentsEli Fine2021-04-102-14/+35
* Enable loading of plugins in functional tests (Fix 4331) (#4332)DudeNr332021-04-091-0/+6
* Update pylint/config/option_manager_mixin.pyPierre Sassoulas2021-04-091-1/+2
* Fix some typo and create better docstringsPierre Sassoulas2021-04-092-23/+20
* Refactor MessageId Store with a better error messagePierre Sassoulas2021-04-092-9/+16
* More modular code for enable/disable in pylinterPierre Sassoulas2021-04-091-2/+2
* Formattinghippo912021-04-092-7/+5
* Setup formatting of new and old scoreshippo912021-04-091-2/+2
* diff_string is made publichippo912021-04-091-0/+2
* Revert "Refactor - Remove unused and untested code in utils"hippo912021-04-094-9/+45
* Don't show DuplicateBasesError for attribute access (#4317)Marc Mueller2021-04-081-0/+2
* Bug pylint 4019 (#4311)hippo912021-04-081-0/+7
* pass if score equals fail_underchohner2021-04-071-1/+1
* Fix false-positive used-before-assignment in function returnsMarc Mueller2021-04-071-1/+6
* Fix some LGMT errors - unreachable-statementMarc Mueller2021-04-072-2/+0
* Bug pylint 4122 (#4304)hippo912021-04-071-1/+8
* Use prescriptve description for unidiomatic-typecheckDudeNr332021-04-061-1/+1
* Put mailing list in the setup.cfg tooPierre Sassoulas2021-04-051-2/+0
* Fix setuptools warning:Normalizing '2.8.0-dev1' to '2.8.0.dev1'Pierre Sassoulas2021-04-051-1/+1
* Move informations that never change in the setup.pyPierre Sassoulas2021-04-053-61/+7
* Upgrade setup.py: move from distutil to setuptoolsPierre Sassoulas2021-04-051-18/+1
* Remove implicit concat in str shortened enough by blackPierre Sassoulas2021-04-045-6/+5
* Add comment on get_python_pathPierre Sassoulas2021-04-031-0/+2
* Factorize checks in expand_modulesPierre Sassoulas2021-04-031-5/+5
* Format docstring of expand_modulesPierre Sassoulas2021-04-031-9/+2
* Move utils.expand_module in its own file in lintPierre Sassoulas2021-04-035-146/+147
* Apply const-naming-style to module const annotated with FinalMarc Mueller2021-04-031-0/+4
* Replace filterMarc Mueller2021-04-031-3/+1
* Replace mapMarc Mueller2021-04-036-7/+10
* Allow protected-access in class methods (#4267)James Sinclair2021-04-011-0/+46
* Fix class constant namingMarc Mueller2021-04-012-5/+9
* Fix PEP 585 - collections.abc.SetMarc Mueller2021-04-011-1/+1
* Fix value assigned to local variable 'bare_raise' is never usedPierre Sassoulas2021-03-311-7/+2
* Make import from astroid more explicitPierre Sassoulas2021-03-311-13/+12
* Make import from os.path more explicitPierre Sassoulas2021-03-312-12/+12
* Make import from tokenize more explicitPierre Sassoulas2021-03-311-3/+4