summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close branch slotsslotsSylvain Th?nault2014-04-110-0/+0
* Remove empty-slots-object, define tuple with methods at the global level.cpopa2014-04-092-2/+3
* Merge with default.cpopa2014-04-094-1/+117
|\
| * Verify all the infered slots, skip YES nodes from the values and other fixes.cpopa2014-04-093-40/+53
| * Merge with default.cpopa2014-04-044-1/+104
| |\
| | * Merge with default.cpopa2014-03-314-1/+104
| | |\
| | | * Add new checks for proper class slots.cpopa2014-03-314-2/+105
* | | | Merged in dpursehouse/pylint (pull request #88)Claudiu Popa2014-04-0996-401/+1404
|\ \ \ \
| * | | | Make it possible to show a naming hint for invalid name by setting include-na...Torsten Marek2014-03-304-76/+84
| * | | | Added support for enforcing multiple, but consistent name styles for differen...Torsten Marek2014-04-095-1/+236
| * | | | [testutils] fix set_config: 'reopening' the checker may be necessary to new c...Sylvain Th?nault2014-04-091-0/+3
| * | | | [testutils] fix set_config: wraps is a decoratorSylvain Th?nault2014-04-091-1/+1
| * | | | [testutils] UnittestLinter.add_stats return stats for actual linter compatSylvain Th?nault2014-04-091-1/+1
| * | | | Fix testcase names in test_base.py to be PEP8-conformant.Torsten Marek2014-04-041-9/+9
| * | | | Do not crash when disable or enable in the RC file contain invalid message ID...Torsten Marek2014-04-093-7/+27
| * | | | Update func_kwoa for Python 3.0 to include the type of function call.Torsten Marek2014-04-081-2/+2
| * | | | Add a new decorator that can be used to declaratively set options on the chec...Torsten Marek2014-03-305-12/+25
| * | | | Also warn about empty docstrings on overridden methods.Torsten Marek2014-03-306-14/+37
| * | | | Unify and improve function invocation errors:Torsten Marek2014-04-044-84/+95
| * | | | Also inspect constructor calls in addition to function calls.Torsten Marek2014-04-027-3/+110
| * | | | Added a new option logging-modules to make the list of modules to be inspecte...Torsten Marek2014-03-303-7/+85
| * | | | Raise all messages by name in the strings checkers.Torsten Marek2014-04-041-12/+14
| * | | | Emit all warnings by their symbolic names in the exceptions checker.Torsten Marek2014-04-041-18/+19
| * | | | Update CONTRIBUTORSTorsten Marek2014-04-041-3/+8
| * | | | Remove the reference to ast.literal_eval from the error message.cpopa2014-04-071-4/+4
| * | | | Merge heads.cpopa2014-04-074-1/+29
| |\ \ \ \
| | * \ \ \ Merged in PCManticore/pylint/eval (pull request #95)Claudiu Popa2014-04-074-1/+29
| | |\ \ \ \
| | | * | | | Remove the reference to ast.literal_eval from the error message.cpopa2014-04-071-2/+2
| | | * | | | Add new warning 'eval-used'.cpopa2014-03-254-1/+29
| | | | |_|/ | | | |/| |
| | * | | | [test] display output when some test fail to ease debugging on CI platformSylvain Th?nault2014-04-021-1/+3
| * | | | | recent astroid cset trigger a maybe-no-member message that makes some tests failSylvain Th?nault2014-04-021-1/+1
| * | | | | [test] display output when some test fail to ease debugging on CI platformSylvain Th?nault2014-04-021-1/+10
| |/ / / /
| * | | | [pyreverse] predictable attributes/methods orderSylvain Th?nault2014-04-022-4/+4
| * | | | Emit all messages by symbolic name in checkers/typecheck.py.Torsten Marek2014-03-301-14/+14
| * | | | Add a new command line option '-u' to test/test_func to automatically create ...Torsten Marek2014-03-302-25/+37
| * | | | Also emit wildcard-import on unresolved imports.Torsten Marek2014-03-303-6/+11
| * | | | Add missing operator == to list of comparison operators in format checker.Torsten Marek2014-03-301-1/+1
| * | | | [test] tox use astroid from bitbucket, not the lastest released versionSylvain Th?nault2014-04-021-2/+2
| * | | | Merged in dharland/pylint (pull request #97)Sylvain Th?nault2014-04-021-18/+5
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Alter msg_template to directly produce emacs compatible warning/error lines, ...Derek Harland2014-03-311-17/+4
| | * | | epylint must use a msg-template that includes the message id, as that is what...Derek Harland2014-03-311-2/+2
| | | |/ | | |/|
| * | | Use the name of the class when issuing an E11003 warning and the class doesn'...cpopa2014-04-014-12/+21
| |/ /
| * | Merged in PCManticore/pylint/issue155 (pull request #96)Claudiu Popa2014-03-260-0/+0
| |\ \ | | |/
| * | Do not warn about 'abstract-method' when the abstract method is implemented t...cpopa2014-03-254-1/+46
| |/
| * ensure --init-hooks is evaluated before other options. Closes issue #166Sylvain Th?nault2014-03-213-8/+18
| * enhance option preprocessing error detection and related testsSylvain Th?nault2014-03-212-9/+28
| * wrap line to 80 char, it makes a smoke test failSylvain Th?nault2014-03-211-2/+3
| * [test] drop unused class and other minor cleanupsSylvain Th?nault2014-03-211-24/+6
| * cleanup as suggested by Buck GolemonSylvain Th?nault2014-03-123-2/+2
| * tweak hgignore as suggested by Buck GolemonSylvain Th?nault2014-03-121-0/+1