Add lint rule to enforce Google-style docstrings (first line on same line as `"""`). Example: `"""Send a ping request."""` Follow-up from #1870.
Add lint rule to enforce Google-style docstrings (first line on same line as
""").Example:
"""Send a ping request."""Follow-up from #1870.