summaryrefslogtreecommitdiff
path: root/pylint/lint
Commit message (Expand)AuthorAgeFilesLines
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-116-6/+6
* Fix some typo and create better docstringsPierre Sassoulas2021-04-091-9/+5
* More modular code for enable/disable in pylinterPierre Sassoulas2021-04-091-2/+2
* pass if score equals fail_underchohner2021-04-071-1/+1
* Fix some LGMT errors - unreachable-statementMarc Mueller2021-04-071-1/+0
* Remove implicit concat in str shortened enough by blackPierre Sassoulas2021-04-041-1/+1
* 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-033-3/+147
* Import astroid with import x or from x import y but not bothPierre Sassoulas2021-03-281-7/+8
* Add extension-pkg-allow-list optionPeter Kolbus2021-03-091-2/+21
* Reduce 'blacklist' term for ignored filesPeter Kolbus2021-03-091-3/+3
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-1/+2
* Move from % string formatting syntax to f-string or .format()Pierre Sassoulas2021-02-211-3/+3
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
* Move from format() to f-string where it makes sensePierre Sassoulas2021-02-161-1/+1
* mapreduce| Fixes -jN for map/reduce Checkers (e.g. SimilarChecker)Frank Harrison2021-01-021-9/+46
* lint multiprocessing pool shutdownmanderj2020-10-301-7/+11
* check_parallel| Fixups imports after file-moveFrank Harrison2020-10-192-2/+2
* check_parallel| Fixes module-hiding by function via file-renameFrank Harrison2020-10-191-0/+0
* Add __all__ in __init__.py so all import are usedPierre Sassoulas2020-09-221-0/+13
* Update formatting following black and isort updatePierre Sassoulas2020-09-102-3/+6
* Fix duplicate messages created by jobs>1.Martin Vielsmaier2020-09-101-0/+1
* Merge pull request #3782 from hippo91/bug_pylint_3468hippo912020-09-061-0/+1
|\
| * Corrects some inconsistent-return-statements occurenceshippo912020-08-201-0/+1
* | Fix crash when specified config file doesn't existMatěj Grabovský2020-09-061-1/+6
|/
* Make fail under a floatPieter Engelbrecht2020-07-121-1/+1
* Fix a crash in parallel mode when the module's filepath is not setClaudiu Popa2020-06-201-4/+10
* Fix exception causes all over the codebaseRam Rachum2020-06-141-2/+2
* Fix a regression where the score was not reported with multiple jobsClaudiu Popa2020-05-161-1/+3
* Add a callback for uniformity purposePierre Sassoulas2020-05-101-5/+9
* Dirty hack to print version before parsing anythingPierre Sassoulas2020-05-101-0/+6
* The full version is a constant we can just import itPierre Sassoulas2020-05-101-8/+0
* ``pylint.Run`` accepts ``do_exit`` as a deprecated parameterClaudiu Popa2020-05-051-1/+13
* Remove bad-continuation disabling in all codePierre Sassoulas2020-05-021-1/+0
* Revert pylint.Run's `exit` parameter to ``do_exit``Claudiu Popa2020-05-011-2/+4
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-6/+21
* Add back License not handled by a scriptPierre Sassoulas2020-04-274-0/+12
* More localized disable for broad-except in PylinterPierre Sassoulas2020-04-261-4/+2
* [lint package refactor] Create a file for the Run classPierre Sassoulas2020-04-262-407/+409
* [lint package refactor] Create a file for pylinterPierre Sassoulas2020-04-262-1170/+1179
* [lint package refactor] Create a file for check_parallelPierre Sassoulas2020-04-262-104/+115
* [lint package refactor] Create a file for the utility functionsPierre Sassoulas2020-04-262-72/+79
* [lint package refactor] Create a file for the report functionsPierre Sassoulas2020-04-262-72/+78
* Refactor - Move the content of lint.py in its own packagePierre Sassoulas2020-04-261-0/+1884