summaryrefslogtreecommitdiff
path: root/pylint
Commit message (Expand)AuthorAgeFilesLines
* Fix false positive ``protected-access`` in typing (#4937)Daniël van Noord2021-08-311-2/+6
* Fix false positive for `function-redefined` for simple type annotationsDaniël van Noord2021-08-311-1/+5
* Emit a correct invalid-name message when using multi-naming style. (#4924)Yilei "Dolee" Yang2021-08-301-4/+16
* Fix a typo in a LenChecker docstringPierre Sassoulas2021-08-301-1/+1
* Add `use-set-for-membership` check (#4841)Marc Mueller2021-08-301-0/+47
* Add `consider-using-assignment-expr` to `CodeStyleChecker` (#4876)Marc Mueller2021-08-303-57/+209
* Implement basic control flow checks for ``consider-using-with`` (#4929)Andreas Finkler2021-08-301-1/+6
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-3045-263/+284
* Upgrade ignored-parents help description (#4926)Melvin2021-08-281-1/+1
* Move back to a dev version following 2.10.2 releasePierre Sassoulas2021-08-211-1/+1
* Bump pylint to 2.10.2, update changelogv2.10.2Pierre Sassoulas2021-08-211-1/+1
* Fix a crash from astroid.InferenceError raised on copy.copyPierre Sassoulas2021-08-211-3/+7
* Migrate from ``appdirs`` to ``platformdirs`` (#4887)Pierre Sassoulas2021-08-211-2/+2
* Bump pylint to 2.10.2-dev0, update changelogAshley Whetter2021-08-207-3/+7
* Bump pylint to 2.10.1, update changelogv2.10.1Ashley Whetter2021-08-208-6/+8
* pylint does not crash when PYLINT_HOME does not exist (#4884)Ashley Whetter2021-08-201-6/+10
* Move back to a dev version following 2.10.0 releasePierre Sassoulas2021-08-201-1/+1
* Bump pylint to 2.10.0, update changelogv2.10.0Pierre Sassoulas2021-08-2029-17/+41
* Prevent crash in CI environnement if we can't write in pylint's cachePierre Sassoulas2021-08-201-2/+9
* [PYLINT-HOME change] Less spam when using pylint in parallelPierre Sassoulas2021-08-201-2/+21
* Add consider-ternary-expression extensionNick Drozd2021-08-201-0/+53
* Change some if/assign blocks to if-expressionsNick Drozd2021-08-209-48/+12
* Improve invalid-metaclass error message for InstancesDavid Liu2021-08-191-1/+6
* Revert cache size increaseMarc Mueller2021-08-191-2/+2
* Increase cache sizeMarc Mueller2021-08-191-2/+2
* Add InferenceContext argumentMarc Mueller2021-08-191-2/+5
* Add cached infer_all helper functionMarc Mueller2021-08-195-67/+64
* Refactor existing code - code_style extension (#4872)Marc Mueller2021-08-191-9/+4
* ``astroid.const.BUILTINS`` use removed for clarity and so astroid can also re...Pierre Sassoulas2021-08-1910-38/+23
* Use alias for astroid.nodes 04 (#4869)Marc Mueller2021-08-1915-269/+264
* Use alias for astroid.nodes 03 (#4866)Marc Mueller2021-08-186-410/+387
* Prevent crashing when it's impossible to create the issue templatePierre Sassoulas2021-08-181-4/+7
* pyreverse - Handle a regression with typehints of type astroid.Subscript (#4859)Mark Byrne2021-08-181-0/+2
* Add extension check against use of while loops (#4860)Nick Drozd2021-08-187-17/+41
* Use alias for astroid.nodes 02 (#4863)Marc Mueller2021-08-189-277/+277
* Use alias for astroid.nodes 01 (#4855)Marc Mueller2021-08-174-269/+267
* [duplicate-code] Parse functions and class methods recursively when gathering...Maksym Humetskyi2021-08-171-5/+18
* Fix crash on relative import beyond top-level packagePierre Sassoulas2021-08-151-7/+8
* Suppress ``consider-using-with`` on return statementsDudeNr332021-08-151-2/+14
* ``pyreverse``: Add option for colored output (#4850)Andreas Finkler2021-08-156-63/+124
* ``pyreverse``: add PlantUML output (#4846)Andreas Finkler2021-08-146-33/+148
* Allow true / false in pylintrc (#4844)Marc Mueller2021-08-141-3/+3
* [duplicate-code] Ignore decorators lines by similarities checker when ignore ...Maksym Humetskyi2021-08-141-1/+1
* Enable some Pylint extensions (#4842)Nick Drozd2021-08-143-2/+2
* Improvements consider-using-tuple (#4838)Marc Mueller2021-08-131-17/+17
* Merge pull request #4835 from cdce8p/feature-sequence_for_iterationMarc Mueller2021-08-131-3/+31
|\
| * Add new check - use-sequence-for-iterationMarc Mueller2021-08-131-3/+25
| * Refactor visit_comprehensionMarc Mueller2021-08-131-0/+6
* | Simplification in error handling inside Pylinter (#4834)Pierre Sassoulas2021-08-121-5/+2
|/
* Permit to lint to the end in case of crash on a file (#4810)Pierre Sassoulas2021-08-123-3/+85