Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pylint komodo #289

Open
berland opened this issue Jan 5, 2023 · 0 comments
Open

Pylint komodo #289

berland opened this issue Jan 5, 2023 · 0 comments

Comments

@berland
Copy link
Contributor

berland commented Jan 5, 2023

  • Pick (one or more) pylint issue from the list and make a PR for it
  • Add solved pylint issues to CI when fixed to avoid reintroduction.
$ pylint --reports=y --enable=all komodo tests | tee pylintreport.txt
[...]


Messages by category
--------------------

+-----------+-------+---------+-----------+
|type       |number |previous |difference |
+===========+=======+=========+===========+
|convention |416    |154      |154        |
+-----------+-------+---------+-----------+
|refactor   |150    |200      |200        |
+-----------+-------+---------+-----------+
|warning    |22     |389      |389        |
+-----------+-------+---------+-----------+
|error      |0      |20       |20         |
+-----------+-------+---------+-----------+



Messages
--------

+---------------------------------------+------------+
|message id                             |occurrences |
+=======================================+============+
|missing-function-docstring             |314         |
+---------------------------------------+------------+
|duplicate-code                         |104         |
+---------------------------------------+------------+
|missing-module-docstring               |64          |
+---------------------------------------+------------+
|line-too-long                          |18          |
+---------------------------------------+------------+
|too-many-arguments                     |16          |
+---------------------------------------+------------+
|redefined-outer-name                   |13          |
+---------------------------------------+------------+
|missing-class-docstring                |12          |
+---------------------------------------+------------+
|too-many-locals                        |9           |
+---------------------------------------+------------+
|no-else-return                         |8           |
+---------------------------------------+------------+
|protected-access                       |6           |
+---------------------------------------+------------+
|use-implicit-booleaness-not-comparison |5           |
+---------------------------------------+------------+
|too-few-public-methods                 |5           |
+---------------------------------------+------------+
|suppressed-message                     |4           |
+---------------------------------------+------------+
|locally-disabled                       |4           |
+---------------------------------------+------------+
|too-many-statements                    |3           |
+---------------------------------------+------------+
|too-many-branches                      |3           |
+---------------------------------------+------------+
|consider-using-dict-items              |3           |
+---------------------------------------+------------+
|unnecessary-lambda                     |2           |
+---------------------------------------+------------+
|consider-using-with                    |2           |
+---------------------------------------+------------+
|logging-fstring-interpolation          |1           |
+---------------------------------------+------------+




------------------------------------------------------------------
Your code has been rated at 8.61/10 (previous run: 9.77/10, -1.16)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant