summaryrefslogtreecommitdiff
path: root/pylint/utils.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make the --py3k flag commutative with the -E flag.Claudiu Popa2015-02-281-0/+5
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-141-0/+919