summaryrefslogtreecommitdiff
path: root/pylint
Commit message (Expand)AuthorAgeFilesLines
* No extract_node directly into astroid.pylint-1.6.2Claudiu Popa2016-07-152-2/+2
* Prepare 1.6.2Claudiu Popa2016-07-151-1/+1
* possible_exc_types checks for UninferablesAshley Whetter2016-07-152-1/+15
* More granular versions for deprecated modules.Claudiu Popa2016-07-093-12/+13
* Do not crash when printing the help of options with default regular expressionsClaudiu Popa2016-07-082-1/+5
* Prepare 1.6.1.pylint-1.6.1Claudiu Popa2016-07-071-1/+1
* Remove unused import.Claudiu Popa2016-07-071-1/+0
* Use environment markers for conditional requirements.Claudiu Popa2016-07-071-5/+3
* Remove trailing line.Claudiu Popa2016-07-071-1/+0
* Add a check_docs file, that registers into docparams, for maintaining backwar...Claudiu Popa2016-07-071-0/+18
* Fix lint warnings.Claudiu Popa2016-07-0710-20/+16
* Fixed our docstring lint errorsAshley Whetter2016-07-079-22/+41
* Fixed qualified type detection in sphinx docstringsAshley Whetter2016-07-072-18/+27
* Fixed some comment whitespacingAshley Whetter2016-07-071-6/+6
* Improved docstring matching in check_docs (#927)Ashley Whetter2016-07-072-6/+7
* Move check_mccabe extension to mccabe.Claudiu Popa2016-07-072-1/+3
* Move check_bad_builtin extension to bad_builtin.Claudiu Popa2016-07-072-2/+2
* Fix bad indentation.Claudiu Popa2016-07-061-2/+2
* Deprecate support for --optimize-ast. Part of #975.Claudiu Popa2016-07-061-1/+2
* Deprecate support for --output-files. Part of #975.Claudiu Popa2016-07-061-1/+2
* Use the deprecation message for two deprecated options.Claudiu Popa2016-07-062-4/+5
* Remove the deprecation message from inside the closure and pass it as an argu...Claudiu Popa2016-07-061-4/+3
* Deprecate support for the HTML output. Part of #975.Claudiu Popa2016-07-055-17/+48
* Simplify the check, in order to lose one level of indentation.Claudiu Popa2016-07-021-11/+13
* Remove useless file.Claudiu Popa2016-07-021-0/+0
* Move the docstring param checker to docparams.py.Claudiu Popa2016-07-024-3/+3
* Rename the docstring parameter checker to something that suggest more clearly...Claudiu Popa2016-07-025-10/+10
* Rename check_docstring to docstyle.Claudiu Popa2016-07-022-14/+14
* Support PEP 8's modules level dunder names.Moises Lopez - https://www.vauxoo.com/2016-07-022-3/+22
* Cleanup pylint errors.Claudiu Popa2016-07-022-8/+6
* Add more up-to-date package information.Claudiu Popa2016-07-021-3/+3
* Add function which was not copied during a cherry-pick.Claudiu Popa2016-07-021-0/+12
* iterparse is not actually deprecated, only its parameter. Close #947.Claudiu Popa2016-07-012-1/+2
* Add deprecated-module to check_messages list for visit_import. Closes #954Moises Lopez - https://www.vauxoo.com/2016-07-014-1/+11
* Remove additional star.Claudiu Popa2016-07-011-1/+1
* Variables prepended with underscores are now marked as unused through the upd...Claudiu Popa2016-07-013-3/+13
* Added threading.local to ignored classes default list (#946)Jürgen Hermann2016-07-011-4/+7
* Run pylint from epylint using -c.Claudiu Popa2016-07-011-3/+2
* Made list of property-like decorators configurable. (#942)Yannack2016-07-012-7/+42
* Fix a bug where the top name of a qualified import was detected as unused var...Claudiu Popa2016-07-013-0/+16
* Install the backport of lru_cache and use it for overriden_method (the same b...Claudiu Popa2016-07-012-0/+6
* Capitalize some comments.Claudiu Popa2016-07-011-6/+7
* Simplify the function that looks for undefined variables by moving most of it...Claudiu Popa2016-07-011-67/+61
* Remove features in 1.6.0 which were scheduled for removal.Claudiu Popa2016-07-019-89/+13
* Go to 1.6.0 in this branch.Claudiu Popa2016-06-301-1/+1
* Don't pin mccabe versionFlorian Bruhin2016-06-301-1/+1
* check_docs warns for redundant return docstring (#929)Ashley Whetter2016-06-303-3/+138
* Fixed some comment whitespacingAshley Whetter2016-06-301-7/+7
* Improved docstring matching in check_docs (#927)Ashley Whetter2016-06-302-96/+233
* Add regression test for issue 925. Close #925Claudiu Popa2016-06-302-0/+15