Github user MechCoder commented on the pull request:
https://github.com/apache/spark/pull/7241#issuecomment-118928728
ping @JoshRosen
For now, it gives a score of 5.5 on 10 which is okay (but I will not be
proud to have it on my gradesheet at university :P ) . These are the errors
that I get, I think we should start from the bottom.
+-------------------------------+------------+
|message id |occurrences |
+===============================+============+
|invalid-name |2480 |
+-------------------------------+------------+
|missing-docstring |812 |
+-------------------------------+------------+
|protected-access |579 |
+-------------------------------+------------+
|unused-argument |364 |
+-------------------------------+------------+
|no-member |132 |
+-------------------------------+------------+
|unused-wildcard-import |110 |
+-------------------------------+------------+
|redefined-builtin |110 |
+-------------------------------+------------+
|too-many-arguments |74 |
+-------------------------------+------------+
|unused-variable |72 |
+-------------------------------+------------+
|too-few-public-methods |62 |
+-------------------------------+------------+
|bad-continuation |57 |
+-------------------------------+------------+
|duplicate-code |47 |
+-------------------------------+------------+
|redefined-outer-name |44 |
+-------------------------------+------------+
|too-many-ancestors |41 |
+-------------------------------+------------+
|import-error |37 |
+-------------------------------+------------+
|superfluous-parens |30 |
+-------------------------------+------------+
|unused-import |28 |
+-------------------------------+------------+
|line-too-long |25 |
+-------------------------------+------------+
|no-name-in-module |24 |
+-------------------------------+------------+
|unnecessary-lambda |23 |
+-------------------------------+------------+
|import-self |23 |
+-------------------------------+------------+
|no-self-use |22 |
+-------------------------------+------------+
|unidiomatic-typecheck |20 |
+-------------------------------+------------+
|fixme |20 |
+-------------------------------+------------+
|too-many-locals |19 |
+-------------------------------+------------+
|cyclic-import |19 |
+-------------------------------+------------+
|bad-builtin |19 |
+-------------------------------+------------+
|too-many-branches |15 |
+-------------------------------+------------+
|bare-except |14 |
+-------------------------------+------------+
|wildcard-import |13 |
+-------------------------------+------------+
|dangerous-default-value |13 |
+-------------------------------+------------+
|broad-except |13 |
+-------------------------------+------------+
|too-many-public-methods |9 |
+-------------------------------+------------+
|deprecated-lambda |9 |
+-------------------------------+------------+
|anomalous-backslash-in-string |9 |
+-------------------------------+------------+
|too-many-lines |8 |
+-------------------------------+------------+
|reimported |8 |
+-------------------------------+------------+
|too-many-statements |7 |
+-------------------------------+------------+
|bad-whitespace |7 |
+-------------------------------+------------+
|unpacking-non-sequence |6 |
+-------------------------------+------------+
|too-many-instance-attributes |6 |
+-------------------------------+------------+
|abstract-method |6 |
+-------------------------------+------------+
|old-style-class |5 |
+-------------------------------+------------+
|global-statement |5 |
+-------------------------------+------------+
|attribute-defined-outside-init |5 |
+-------------------------------+------------+
|arguments-differ |5 |
+-------------------------------+------------+
|undefined-all-variable |4 |
+-------------------------------+------------+
|no-init |4 |
+-------------------------------+------------+
|useless-else-on-loop |3 |
+-------------------------------+------------+
|super-init-not-called |3 |
+-------------------------------+------------+
|notimplemented-raised |3 |
+-------------------------------+------------+
|blacklisted-name |3 |
+-------------------------------+------------+
|trailing-whitespace |2 |
+-------------------------------+------------+
|too-many-return-statements |2 |
+-------------------------------+------------+
|pointless-string-statement |2 |
+-------------------------------+------------+
|global-variable-undefined |2 |
+-------------------------------+------------+
|bad-classmethod-argument |2 |
+-------------------------------+------------+
|too-many-format-args |1 |
+-------------------------------+------------+
|pointless-statement |1 |
+-------------------------------+------------+
|parse-error |1 |
+-------------------------------+------------+
|no-self-argument |1 |
+-------------------------------+------------+
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]