summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump pylint to 2.10.0, update changelogv2.10.0Pierre Sassoulas2021-08-2049-45/+113
* Prevent crash in CI environnement if we can't write in pylint's cachePierre Sassoulas2021-08-201-2/+9
* Upgrade astroid to 2.7.2Pierre Sassoulas2021-08-202-2/+2
* [PYLINT-HOME change] Less spam when using pylint in parallelPierre Sassoulas2021-08-201-2/+21
* Add a test for false positive no-member in subclassed dataclassesPierre Sassoulas2021-08-202-0/+50
* Add consider-ternary-expression extensionNick Drozd2021-08-206-2/+92
* Change some if/assign blocks to if-expressionsNick Drozd2021-08-209-48/+12
* Add typecheck tests for dataclass attributesDavid Liu2021-08-203-0/+129
* Update test requirements to astroid 2.7.1David Liu2021-08-202-2/+2
* Improve invalid-metaclass error message for InstancesDavid Liu2021-08-193-1/+12
* 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-196-67/+66
* 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-1920-286/+283
* 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-188-4/+34
* Add extension check against use of while loops (#4860)Nick Drozd2021-08-1815-17/+88
* Use alias for astroid.nodes 02 (#4863)Marc Mueller2021-08-189-277/+277
* Use alias for astroid.nodes 01 (#4855)Marc Mueller2021-08-175-275/+272
* [duplicate-code] Parse functions and class methods recursively when gathering...Maksym Humetskyi2021-08-177-5/+144
* Limit the dataclasses tests to python 3.7Pierre Sassoulas2021-08-164-19/+21
* Upgrade astroid to 2.7.0Pierre Sassoulas2021-08-162-2/+2
* Additional tests for PyCQA/astroid#1126David Liu2021-08-1610-3/+160
* Add regression tests for issue with subclassed enumsPierre Sassoulas2021-08-161-2/+62
* Fix functional test no-value-for-parameter when instancing an enumPierre Sassoulas2021-08-161-1/+1
* Fix crash on relative import beyond top-level packagePierre Sassoulas2021-08-154-8/+16
* Suppress ``consider-using-with`` on return statementsDudeNr332021-08-154-2/+24
* ``pyreverse``: Add option for colored output (#4850)Andreas Finkler2021-08-1516-86/+281
* Add a regression test for #4837 (#4847)Pierre Sassoulas2021-08-152-0/+24
* ``pyreverse``: add PlantUML output (#4846)Andreas Finkler2021-08-1418-55/+310
* Allow true / false in pylintrc (#4844)Marc Mueller2021-08-142-3/+5
* Add pylintrc config for typing extension (#4843)Marc Mueller2021-08-141-0/+9
* [duplicate-code] Ignore decorators lines by similarities checker when ignore ...Maksym Humetskyi2021-08-145-5/+26
* Enable some Pylint extensions (#4842)Nick Drozd2021-08-144-2/+5
* Improvements consider-using-tuple (#4838)Marc Mueller2021-08-135-26/+46
* Merge pull request #4835 from cdce8p/feature-sequence_for_iterationMarc Mueller2021-08-138-6/+60
|\
| * Fix existing testsMarc Mueller2021-08-133-3/+5
| * Add new check - use-sequence-for-iterationMarc Mueller2021-08-135-3/+49
| * 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-129-5/+173
* Merge pull request #4832 from cdce8p/revert-cs-tupleMarc Mueller2021-08-1212-76/+23
|\
| * Keep bugfixMarc Mueller2021-08-121-1/+1
| * Revert "Extended consider-using-tuple check to cover 'in' comparisons (#4768)"Marc Mueller2021-08-1212-76/+23
|/
* Fix false-positive used-before-assignment with := in Return nodeMarc Mueller2021-08-123-0/+10
* Add a regression test for #4823Pierre Sassoulas2021-08-121-1/+15