[tensorflow/tools/ci_build/pylintrc] Add accept-no-param-doc to MASTER and set negatively

This commit is contained in:
Samuel Marks 2020-12-16 20:53:19 +11:00
parent 4d3d4e339c
commit b70f04e6c8
No known key found for this signature in database
GPG Key ID: 43FD8EDE42E1A799

View File

@ -20,7 +20,7 @@ persistent=yes
# List of plugins (as comma separated values of python modules names) to load,
# usually to register additional checkers.
load-plugins=pylint.extensions.docparams
accept-no-param-doc=no
[MESSAGES CONTROL]