summaryrefslogtreecommitdiff
path: root/pylint/utils
Commit message (Expand)AuthorAgeFilesLines
* Add __all__ in __init__.py so all import are usedPierre Sassoulas2020-09-221-0/+24
* Update formatting following black and isort updatePierre Sassoulas2020-09-101-1/+1
* Sets up copyrighthippo912020-08-201-1/+2
* Support both isort 4 and isort 5Damien Baty2020-08-182-0/+37
* Chore: use https links (#3679)谭九鼎2020-06-111-1/+1
* Allow numbers in checker names. (#3667)Jeremy Fleischman2020-06-081-1/+1
* Fix a regression where messages with dash are not fully parsedClaudiu Popa2020-05-141-1/+1
* Fix trailing whitespaces and trailing newlinesPierre Sassoulas2020-05-031-1/+1
* Allow linting directories without `__init__.py`Claudiu Popa2020-05-021-1/+1
* Allow package files to be properly discovered with multiple jobsClaudiu Popa2020-05-021-4/+5
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-4/+7
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-245-10/+1
* Pass an additional search path to modutils.modpath_from_file and friendsClaudiu Popa2020-03-121-3/+14
* Move _get_python_path in utils to be accessible by that file as wellClaudiu Popa2020-03-121-0/+14
* Replace individual member imports with `os` in utils fileClaudiu Popa2020-03-121-18/+21
* Add support for disabling line-too-long for multilines stringshippo912019-11-191-0/+134
* Removed duplicates of code, changed default to common default valueMikhail Fesenko2019-10-031-4/+6
* Remove redundant compatibility code (#3097)Hugo van Kemenade2019-09-121-2/+0
* useless-suppression detection now ignores cyclic-import (#3071)Eric Froemling2019-08-221-3/+6
* [pylint.utils] pylint.utils.category_id used only oncePierre Sassoulas2019-08-062-9/+1
* Refactor - Clearer function name ('rest' -> 'rst') in utilsPierre Sassoulas2019-06-202-7/+7
* Refactor - Move utility function to utilsPierre Sassoulas2019-06-202-0/+27
* Fix a bunch of linting errors from the codebaseClaudiu Popa2019-05-223-11/+10
* Refactor - Remove unused and untested code in utilsPierre Sassoulas2019-03-292-19/+0
* Refactor - Move refactor.utils function to the utils packagePierre Sassoulas2019-03-292-0/+19
* Refactor - Merge normalize text in utils.pyPierre Sassoulas2019-03-293-17/+11
* Refactor - Remove circular import between utils and reporterPierre Sassoulas2019-03-292-80/+0
* Refactor - Avoid intra-packages circular dependencies for constantsPierre Sassoulas2019-03-295-28/+2
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-203-2/+4
* Refactor - Rename _ini_format_section directly to format_sectionPierre Sassoulas2019-03-091-4/+1
* Refactor - Rename PylintASTWalker to ASTWalkerPierre Sassoulas2019-03-092-2/+2
* Refactor - Create a pylint.message packagePierre Sassoulas2019-03-098-908/+4
* Refactor - Move _rest_format_section in message_handler_mix_in.pyPierre Sassoulas2019-03-092-20/+21
* Fix - C0412: Imports from package os are not groupedPierre Sassoulas2019-03-091-6/+5
* Refactor - Create a file for each class in utilsPierre Sassoulas2019-03-0911-850/+944
* Refactor - Create a file for the MessageStore classPierre Sassoulas2019-03-093-243/+255
* Chore - Move content from __init__.py to utils.pyPierre Sassoulas2019-03-092-1463/+1500
* Chore - Move utils.py into its own packagePierre Sassoulas2019-03-091-0/+1507