summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clarify no-docstring-rgx change in ChangeLogThe-Compiler/clarify-nodocstringrgx-change-in-changel-1432184214099Florian Bruhin2015-05-211-1/+2
* Don't emit undefined-variable if the node is guarded by a NameError, Exceptio...Claudiu Popa2015-05-194-4/+32
* Don't redirect users to pylint-messages.wikidot.com. Closes issue #539.Claudiu Popa2015-05-192-7/+0
* Fix some typos.Claudiu Popa2015-05-181-2/+2
* Remove zope specific members from generated-members.Claudiu Popa2015-05-181-1/+1
* Remove unused import.Claudiu Popa2015-05-171-1/+0
* Add new tests for testing node_ignores_exception.Claudiu Popa2015-05-173-0/+18
* Add tests for node_ignores_exception.Claudiu Popa2015-05-171-0/+24
* Add ChangeLog entry for changesets beca5817 and 140c2a5cfdc6.Claudiu Popa2015-05-171-1/+5
* Don't emit no-name-in-module for nodes protected by an except clause which ha...Claudiu Popa2015-05-172-4/+14
* Don't emit import-error for nodes protected by an except clause which handles...Claudiu Popa2015-05-172-3/+13
* Refactor exception catching blocks into a new function, node_ignores_exceptio...Claudiu Popa2015-05-172-13/+24
* Ignore bad-builtin.Claudiu Popa2015-05-171-1/+1
* Don't emit no-member for nodes protected by AttributeError, Exception or bare...Claudiu Popa2015-05-174-4/+46
* error_of_type can support multiple exceptions for the error_type parameter.Claudiu Popa2015-05-172-3/+24
* Remove redundant test.Claudiu Popa2015-05-161-11/+0
* Fix some pylint issues.Claudiu Popa2015-05-161-5/+3
* BaseReporter.add_message is scheduled for removal for Pylint 1.6, not 1.7.Claudiu Popa2015-05-161-1/+1
* Add a new function, error_of_type, which verifies that an exception handler i...Claudiu Popa2015-05-163-7/+45
* Fix some pylint warnings over pylint's codebase.Claudiu Popa2015-05-166-30/+32
* Use the map version from six.moves.Claudiu Popa2015-05-163-2/+2
* Disable bad-builtin for using a map.Claudiu Popa2015-05-161-0/+1
* Don't emit no-name-in-module if the import is guarded by an ImportError handler.Claudiu Popa2015-05-166-16/+49
* Remove trailing whitespaces.Claudiu Popa2015-05-142-5/+5
* Remove 'bad-context-manager' due to the inclusion of 'unexpected-special-meth...Claudiu Popa2015-05-146-83/+48
* Add a new warning 'unexpected-special-method-signature'.Claudiu Popa2015-05-1411-45/+194
* Refactoring of visit_name from variables.py, which is a horrendous function w...Claudiu Popa2015-05-121-105/+130
* Improve the detection of undefined variables in function argumentsClaudiu Popa2015-05-125-3/+37
* Use the base_scope_type instead of looking in self._to_consume directly.Claudiu Popa2015-05-121-3/+3
* Rewrite is_builtin to be cleaner.Claudiu Popa2015-05-121-6/+2
* Remove trailing whitespace.Claudiu Popa2015-05-121-1/+1
* Detect undefined-variables in function default arguments.Claudiu Popa2015-05-124-10/+46
* Don't emit attribute-defined-outside-init and access-member-before-definition...Claudiu Popa2015-05-124-1/+30
* Port attribute-defined-outside-init to the new test style format.Claudiu Popa2015-05-114-76/+56
* Port access-member-before-definition test to the new test style.Claudiu Popa2015-05-113-13/+11
* Improve detection of undefined variables.Claudiu Popa2015-05-114-6/+20
* Revert drone.io test change, add test.extensions.__init__.Claudiu Popa2015-05-112-1/+0
* Test drone.io misbehaviour.Claudiu Popa2015-05-111-0/+1
* Forgot to add James MorgensenClaudiu Popa2015-05-111-0/+2
* Cleanup.Claudiu Popa2015-05-112-41/+33
* Change the name of the parameter checker, so that it can be chosen easily at ...Claudiu Popa2015-05-101-1/+1
* Move extensions/test to pylint.test, so they could be tested along with the r...Claudiu Popa2015-05-101-0/+0
* Add new contributor.Claudiu Popa2015-05-101-0/+2
* Merged in bdanielby/pylint (pull request #143)Claudiu Popa2015-05-106-0/+1116
|\
| * further unit test for space_indentationBruno Daniel2015-05-101-0/+1
| * method visit_class is no longer necessary in the checker; auxiliary method _v...Bruno Daniel2015-05-102-17/+18
| * check_docs: Handle class constructors from within visit_function.Bruno Daniel2015-05-101-10/+17
| * accept-no-param-doc turned into a yes/no option; documentation for this param...Bruno Daniel2015-05-102-2/+5
| * unit test for the option accept_no_param_docBruno Daniel2015-05-101-1/+26
| * check_docs: implementation of option "accept-no-param-doc"Bruno Daniel2015-05-101-2/+10