summaryrefslogtreecommitdiff
path: root/pylint/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Correctly strip the path prefix from the report paths (#1883)Reverb C2018-07-161-1/+1
* Regenerate copyright noticesClaudiu Popa2017-12-151-2/+22
* Make the documentation build reproducibly. (#1761)Chris Lamb2017-12-111-1/+1
* Adding a check for ``inconsistent-return-statements`` inside function or meth...hippo912017-09-261-0/+1
* Use codecs.getreader. (#1658)Anthony Sottile2017-09-171-1/+10
* Comma separated values in the configuration file appear one item per lineThomas Hisch2017-08-141-1/+8
* Ignore patterns works on top-level files as well. Close #1384Claudiu Popa2017-07-211-0/+2
* Skip files or directories passed at command line when they are ignored. Close...Claudiu Popa2017-07-191-0/+2
* Fix crash if bad encoding goes after docstring (#1443)Mikhail Fesenko2017-05-221-1/+8
* Use the full filename for identifying __init__.py. (#1461)Craig Citro2017-05-221-1/+1
* Spelling fixes (#1397)Ville Skyttä2017-04-021-2/+2
* MessagesHandlerMixIn: extract common private method (#1226)Łukasz Rogalski2016-12-191-58/+34
* New refactoring checker: consider-using-ternary (#1210)Łukasz Rogalski2016-12-181-1/+1
* Sort configuration options in sections (#1090)Moises Lopez - https://www.vauxoo.com/2016-08-301-2/+2
* Use the short helpers exposed in astroid.modutils for handling the type of a ...Claudiu Popa2016-08-241-2/+2
* Fix the problems found by redefined-argument-from-localClaudiu Popa2016-07-281-6/+6
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-231-2/+9
* Rename UnknownMessage, EmptyReport to UnknownMessageError, EmptyReportErrorGlenn Matthews2016-07-191-9/+9
* Move EmptyReport and UnknownMessage to pylint.exceptionsGlenn Matthews2016-07-191-8/+1
* Better input validation in register_messages to avoid overwrites.Glenn Matthews2016-07-191-18/+41
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
* Automatic generation of extensions.rst (#988)Glenn Matthews2016-07-101-60/+95
* Do not crash when printing the help of options with default regular expressionsClaudiu Popa2016-07-081-1/+1
* Remove the deprecation message from inside the closure and pass it as an argu...Claudiu Popa2016-07-061-4/+3
* Fixed our docstring lint errorsAshley Whetter2016-06-251-5/+5
* Add the new shorter license header, including to missing files. Close #894.Claudiu Popa2016-06-011-15/+3
* Add the current directory as well into sys.path. This will fix some issues wi...Claudiu Popa2016-05-101-1/+1
* Fix lint warning.Claudiu Popa2016-05-101-1/+1
* Look for namespace packages explicitly using modpath_from_file_with_callback.Claudiu Popa2016-05-101-1/+10
* Don't import the objects from modutils, import the module itself.Claudiu Popa2016-05-101-11/+10
* Add support for namespace packagesClaudiu Popa2016-05-091-6/+24
* Remove unused import.Claudiu Popa2016-02-161-1/+0
* Merge branch '2.0'Claudiu Popa2016-02-161-32/+2
|\
* | Remove pointless slicing in build_message_defxmo-odoo2016-02-021-1/+1
* | Add the ability to ignore files based on regex matching.Aru Sahni2016-01-091-1/+17
|/
* Fix a crash which occurred when old visit methods are encounteredClaudiu Popa2015-11-301-8/+8
* Fix new import related errors in pylint's codebase.Claudiu Popa2015-11-251-1/+1
* Fix instances of unneeded-not in pylint's codebase.Claudiu Popa2015-11-251-2/+1
* Add ChangeLog entry for too-many-nested-blocks and fix the errors in pylint.Claudiu Popa2015-11-041-23/+26
* Obsolete options are not present by default in the generated configuration file.Claudiu Popa2015-10-201-1/+2
* Decode the docstring before attempting to parse it with the spelling checkerClaudiu Popa2015-10-161-4/+4
* Rename the variable to fix an undefined-loop-variable false positive.Claudiu Popa2015-10-101-2/+2
* --enable=all can now be used. Closes issue #142.Claudiu Popa2015-10-101-0/+8
* Grammar fix.Claudiu Popa2015-09-231-1/+1
* Bring logilab-common's ureports into pylint.reporters.Claudiu Popa2015-09-051-2/+1
* Bring parts of logilab.common.configuration and logilab.common.optik_ext into...Claudiu Popa2015-09-011-3/+91
* Use the new node names for the visit and leave methodsClaudiu Popa2015-08-261-0/+10
* Remove trailing whitespaces and other pylint related issues.Claudiu Popa2015-08-251-3/+3
* Update pylint to use the new astroid AST names and methodsClaudiu Popa2015-08-251-4/+37
* Update the deprecation message to reflect the fact that the options are *obso...Claudiu Popa2015-08-201-2/+2