nchammas commented on issue #27912: [SPARK-31155] Enable pydocstyle tests
URL: https://github.com/apache/spark/pull/27912#issuecomment-599167692
 
 
   I'd say the high-value rules are the 
[D100s](http://www.pydocstyle.org/en/5.0.2/error_codes.html), which cover 
missing docstrings in public objects, though I wonder what "public" means to 
pydocstyle: Anything not named with a leading underscore?
   
   We're doing pretty badly in the missing docstring category, so if we aren't 
interested in making a push to clean up in that area perhaps it would be better 
to just rip pydocstyle out all together.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to