-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reducing documentation lint errors even further #4687
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very cool! Thanks!
@@ -160,8 +160,7 @@ class name via a dot (.) | |||
|
|||
|
|||
# Copying the Python API, whose usage of `repr` annoys pylint. | |||
# TODO(#3388) Add documentation for Args. | |||
# pylint: disable=redefined-builtin, missing-param-doc | |||
# pylint: disable=redefine-builtin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be: redefined-builtin
(Applies on l.222 below, too.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
No description provided.