$ pydoclint --style=google /tmp/sample_doc.py
/tmp/sample_doc.py:1:0: DOC103: Docstring arguments are different from function arguments. (Or could be other things; please read the error message carefully.) Arguments in the function signature but not in the docstring: [times].

$ pydoclint --style=google /tmp/sample_doc_fixed.py
(違反なし・何も出力されない)