summaryrefslogtreecommitdiff
path: root/pylint/utils.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove ignored-builtin-module since it's not useful.Claudiu Popa2015-08-201-1/+0
* Fix pylint warnings for the code imported from logilab-common.Claudiu Popa2015-08-181-15/+8
* Merged in The-Compiler/pylint/no-logilab-common (pull request #264)Claudiu Popa2015-08-181-3/+61
|\
| * Get rid of logilab.common.interface.Florian Bruhin2015-07-261-2/+1
| * Get rid of logilab.common.optik_ext and logilab.common.textutils.Florian Bruhin2015-07-261-1/+60
* | The --zope flag is deprecated and it is slated for removal in Pylint 1.6.Claudiu Popa2015-08-111-1/+3
* | Remove trailing whitespace.Claudiu Popa2015-07-311-1/+1
* | --generate-rcfile generates by default human readable symbols for the --disab...Claudiu Popa2015-07-311-2/+14
|/
* Make ignore-iface-methods a noop option, mark it as deprecated.Claudiu Popa2015-05-051-0/+16
* MergeSimu Toni2015-03-281-1/+1
|\
| * Start with 0 statements in PylintASTWalker.Claudiu Popa2015-03-281-1/+1
* | issue-422 solved some pylint warnings when running pylint on pylint code baseSimu Toni2015-03-281-1/+1
|/
* Allow ending a pragma control with a semicolon.Claudiu Popa2015-03-231-1/+4