summaryrefslogtreecommitdiff
path: root/pylint/test/messages
Commit message (Expand)AuthorAgeFilesLines
* Check imports are located at the top of the module (right after docstring and...Laura M?dioni2015-11-107-22/+22
* check for class methods declared without a decoratorLaura M?dioni2015-10-292-0/+5
* Port more old tests to the new style tests and remove obsolete tests.Claudiu Popa2015-10-124-6/+0
* Port more old tests to the new style tests and remove obsolete tests.Claudiu Popa2015-10-032-6/+0
* Port more old style tests to new style tests.Claudiu Popa2015-10-015-18/+0
* Port more tests to the new test format.Claudiu Popa2015-09-305-10/+0
* Fix the tests.Claudiu Popa2015-09-291-1/+1
* Port some old style tests to new style tests.Claudiu Popa2015-09-294-13/+0
* Improved the not-in-loop checker to properly detect more cases.Claudiu Popa2015-08-021-2/+0
* Enable misplaced-future for Python 3. Closes issue #580.Claudiu Popa2015-07-031-3/+2
* Rename F0401 (import-error) to E0401 as it is not a fatal pylint errorrename-F0401-to-E0401Noam Yorav-Raphael2015-06-292-2/+2
* Pylint understand super calls.Claudiu Popa2015-05-281-0/+1
* Add functional test for the func_tokenize_error, handling Jython as well.Claudiu Popa2015-05-241-1/+0
* Add a new warning, 'using-constant-test'.Claudiu Popa2015-05-231-0/+2
* Port attribute-defined-outside-init to the new test style format.Claudiu Popa2015-05-111-3/+0
* Port access-member-before-definition test to the new test style.Claudiu Popa2015-05-111-2/+0
* Remove the import_syntax_error test.Claudiu Popa2015-05-092-6/+0
* #518 fix unused-argument false positive when += is usedRadu Ciorba2015-05-091-1/+0
* Port syntax-error test to the new test framework, add test for Jython.Claudiu Popa2015-05-081-3/+0
* Use the new style tests for deprecated-modules. Remove stringprep from the li...Claudiu Popa2015-05-082-4/+0
* Remove the keyword repeated check (not reliable on other implementations, syn...Claudiu Popa2015-05-081-1/+0
* Remove the rest of interface checks.Claudiu Popa2015-05-052-9/+0
* Provide some hints for the bad-builtin message. Closes issue #522.Claudiu Popa2015-04-181-2/+2
* Add Changelog entry and cleanup after changeset 2307df9Claudiu Popa2015-03-311-1/+0
* Remove "pointless-except" checkerSteven Myint2015-03-302-5/+0
* Fix failing test.Claudiu Popa2015-03-281-1/+1
* Port more tests from the old test style to the new test style.Claudiu Popa2015-03-2828-101/+0
* For Python 3.3 we get a different error, use the default test for it.Claudiu Popa2015-03-261-0/+0
* Fix some tests for the drone.io.Claudiu Popa2015-03-261-5/+0
* Finish converting tests to work both on Python 2 and 3. Also, drop 2to3 for t...Claudiu Popa2015-03-264-4/+7
* Try to make the tests compatible with both Python 2 and Python 3.Claudiu Popa2015-03-265-5/+1
* Promote a couple of warnings to errors.Claudiu Popa2015-03-203-8/+8
* Handle the case where SyntaxError is reraised as AstroidBuildingException.Claudiu Popa2015-03-181-1/+1
* Add an extra hint (ex: "add 3 spaces") to bad-continuation message.Daniel Balparda2015-03-171-2/+2
* Remove abstract-class-not-used, for the same reasons as star-args and abstrac...Claudiu Popa2015-03-111-1/+0
* Remove abstract-class-little-used warning, since it doesn't add any real value.Claudiu Popa2015-03-111-1/+0
* Remove the star-args error.Claudiu Popa2015-03-112-6/+0
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-14138-0/+479