nchammas commented on issue #27912: [SPARK-31155] Enable pydocstyle tests
URL: https://github.com/apache/spark/pull/27912#issuecomment-599167117
 
 
   Here's a count of the errors when I try enabling all the rules:
   
   ```
   +------------+-----+
   |  error_code|count|
   +------------+-----+
   |        D100|  483|
   |        D101|  327|
   |        D102| 2040|
   |        D103|  321|
   |        D104|   23|
   |        D105|  244|
   |        D106|   14|
   |        D107|  330|
   |        D200| 2622|
   |        D201|    4|
   |        D202|  110|
   |        D203|  931|
   |        D204|  212|
   |        D205| 1767|
   |        D207|    6|
   |        D208|   30|
   |        D209|   19|
   |        D210|  164|
   |        D211|  116|
   |        D212| 5129|
   |        D213|  617|
   |        D214|    3|
   |        D300|   14|
   |        D301|   49|
   |        D400| 2119|
   |        D401| 2743|
   |        D402|  304|
   |        D403|   80|
   |        D404|   34|
   |        D405|    4|
   |        D406|    7|
   |        D407|   11|
   |        D412|    4|
   |        D413|   11|
   |        D415| 2117|
   |        D416|    2|
   |        D417|    2|
   +------------+-----+
   ```
   
   So it looks like there are a handful of rules we could perhaps enable, like 
D206, D215, D302, and D408-D411.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to