Advertisement
Guest User

Untitled

a guest
Aug 20th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.67 KB | None | 0 0
  1. +-------------------------------+------------+
  2. |message id |occurrences |
  3. +===============================+============+
  4. |attribute-defined-outside-init |123 |
  5. +-------------------------------+------------+
  6. |bad-continuation |85 |
  7. +-------------------------------+------------+
  8. |invalid-name |69 |
  9. +-------------------------------+------------+
  10. |no-self-use |44 |
  11. +-------------------------------+------------+
  12. |broad-except |26 |
  13. +-------------------------------+------------+
  14. |wrong-import-order |24 |
  15. +-------------------------------+------------+
  16. |too-many-locals |22 |
  17. +-------------------------------+------------+
  18. |too-many-branches |22 |
  19. +-------------------------------+------------+
  20. |too-many-statements |15 |
  21. +-------------------------------+------------+
  22. |too-many-return-statements |13 |
  23. +-------------------------------+------------+
  24. |wildcard-import |12 |
  25. +-------------------------------+------------+
  26. |deprecated-lambda |10 |
  27. +-------------------------------+------------+
  28. |singleton-comparison |8 |
  29. +-------------------------------+------------+
  30. |too-many-arguments |7 |
  31. +-------------------------------+------------+
  32. |superfluous-parens |7 |
  33. +-------------------------------+------------+
  34. |import-error |5 |
  35. +-------------------------------+------------+
  36. |bare-except |5 |
  37. +-------------------------------+------------+
  38. |unnecessary-lambda |4 |
  39. +-------------------------------+------------+
  40. |ungrouped-imports |4 |
  41. +-------------------------------+------------+
  42. |dangerous-default-value |4 |
  43. +-------------------------------+------------+
  44. |simplifiable-if-statement |3 |
  45. +-------------------------------+------------+
  46. |redefined-variable-type |3 |
  47. +-------------------------------+------------+
  48. |not-an-iterable |3 |
  49. +-------------------------------+------------+
  50. |reimported |2 |
  51. +-------------------------------+------------+
  52. |protected-access |2 |
  53. +-------------------------------+------------+
  54. |useless-else-on-loop |1 |
  55. +-------------------------------+------------+
  56. |unneeded-not |1 |
  57. +-------------------------------+------------+
  58. |too-many-public-methods |1 |
  59. +-------------------------------+------------+
  60. |too-many-nested-blocks |1 |
  61. +-------------------------------+------------+
  62. +-------------------------------+------------+
  63. |too-many-lines |1 |
  64. +-------------------------------+------------+
  65. |too-many-instance-attributes |1 |
  66. +-------------------------------+------------+
  67. |too-many-function-args |1 |
  68. +-------------------------------+------------+
  69. |too-many-boolean-expressions |1 |
  70. +-------------------------------+------------+
  71. |line-too-long |1 |
  72. +-------------------------------+------------+
  73. |consider-iterating-dictionary |1 |
  74. +-------------------------------+------------+
  75. |bad-whitespace |1 |
  76. +-------------------------------+------------+
  77.  
  78.  
  79.  
  80. Global evaluation
  81. -----------------
  82. Your code has been rated at 8.79/10 (previous run: 10.00/10, -1.21)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement