summaryrefslogtreecommitdiff
path: root/pylint/lint.py
Commit message (Expand)AuthorAgeFilesLines
* Refactor - Move the content of lint.py in its own packagePierre Sassoulas2020-04-261-1884/+0
* Print the fully qualified name of the extensionClaudiu Popa2020-03-251-2/+5
* Add --list-extensions commandanubh-v2020-03-251-1/+26
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-241-2/+1
* Add more tests for loading a malitious astroid fileClaudiu Popa2020-03-121-1/+0
* Continue adding the current working directory to sys.path with `fix_import_path`Claudiu Popa2020-03-121-30/+40
* Move _get_python_path in utils to be accessible by that file as wellClaudiu Popa2020-03-121-15/+1
* Do not add the current directory to `sys.path` any longerClaudiu Popa2020-03-121-2/+6
* Mark --rcfile as a command since it cannot used in the configuration file. Fo...Claudiu Popa2020-01-051-1/+2
* Enable else-if-used extension (#3316)Nick Drozd2019-12-241-7/+5
* Remove unintentional debug statementClaudiu Popa2019-11-211-1/+0
* Improve the testing around the new --fail-under flagClaudiu Popa2019-11-211-0/+1
* Add support for --fail-under flagsyutbai2019-11-211-3/+18
* Remove dead code (#3257)Thomas Hisch2019-11-211-4/+0
* Add support for disabling line-too-long for multilines stringshippo912019-11-191-48/+55
* Fix problem with syntaxerrors in file from stdinThomas Hisch2019-11-171-12/+17
* Fix py3k (#3210)Hugues2019-11-041-0/+5
* Refactor file checking for a simpler parallel API (#3016)Janne Rönkkö2019-10-181-236/+248
* Can read setup.cfg and pyproject.toml filesAshley Whetter2019-10-091-1/+3
* ``import-outside-toplevel`` is emitted for ``ImportFrom`` nodes as well.Claudiu Popa2019-10-091-3/+1
* Disable too-many-public-methods for PyLinterClaudiu Popa2019-09-121-1/+1
* Add a command to list enabled/disabled messagesTrevor Bekolay2019-09-121-0/+36
* Remove redundant compatibility code (#3097)Hugo van Kemenade2019-09-121-2/+0
* Report unnecessary else after continue and breakRobert Schweizer2019-09-101-3/+1
* [pylint.message] Rename MessagesStore to MessageDefinitionStorePierre Sassoulas2019-08-091-2/+2
* [pylint.lint] Rename neededcheckers to needed_checkersPierre Sassoulas2019-08-061-5/+5
* Fix number of statements in by_module stats (#3023)Andres Perez Hortal2019-07-291-0/+4
* Improve help for options (#2986)Peter Kolbus2019-07-091-7/+7
* Refactor - Use a constant for the main checker namePierre Sassoulas2019-06-201-3/+7
* Fix a bunch of linting errors from the codebaseClaudiu Popa2019-05-221-7/+2
* Fixed pragmas on their own line after a backlash being ignored (#2923)Ashley Whetter2019-05-211-0/+15
* Syntax errors report the column number.Claudiu Popa2019-05-201-3/+5
* Refactor - Move refactor.utils function to the utils packagePierre Sassoulas2019-03-291-3/+2
* Refactor - Remove circular import between utils and reporterPierre Sassoulas2019-03-291-1/+2
* Refactor - Avoid intra-packages circular dependencies for constantsPierre Sassoulas2019-03-291-2/+3
* Style - Re-Apply black following the isort cleanupPierre Sassoulas2019-03-201-1/+0
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-201-14/+12
* Refactor - Rename PylintASTWalker to ASTWalkerPierre Sassoulas2019-03-091-8/+2
* Refactor - Create a pylint.message packagePierre Sassoulas2019-03-091-14/+21
* Fix output in python -m pylint --version (#2788)Thomas Hisch2019-03-051-4/+4
* Add support for reading from stdin (#2746)Thomas Hisch2019-03-021-22/+79
* Fix lint warningsClaudiu Popa2019-02-131-4/+5
* Added a new command line option ``list-groups`` for listing all the check gro...Claudiu Popa2019-02-131-0/+27
* remove entire _patch_submodulesNicolas Dickreuter2019-01-201-16/+1
* remove popping for all versionsNicolas Dickreuter2019-01-201-5/+1
* avoid popping __main__ for python version >= 3.3Nicolas Dickreuter2019-01-201-1/+1
* Adjust the docstring a bitClaudiu Popa2018-12-201-3/+5
* Added load_configuration() hook for pluginsMatus Valo2018-12-201-0/+19
* Refactor - get_messages -> get_messages_from_checkerPierre Sassoulas2018-12-181-1/+1
* Adding implicit-str-concat-in-sequence check (#1655)Lucas Cimon2018-10-101-1/+1