third_party.pylibs.pylint.src/pylint/extensions
Ashley Whetter 3d0478132e Check docs improvements (#918)
Fixed linting docstring when function has args or kwargs and fixed missing-param-doc with leading asterisks in Google docstring

Leading asterisks are allowed on the name of args and kwargs in a Google docstring but we weren't checking for these.
2016-05-30 13:49:11 +01:00
..
__init__.py
_check_docs_utils.py Check docs improvements (#918) 2016-05-30 13:49:11 +01:00
check_bad_builtin.py
check_docs.py Check docs improvements (#918) 2016-05-30 13:49:11 +01:00
check_docstring.py
check_elif.py
check_mccabe.py
check_reassign.py