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

fix pylint erorrs #13

Open
mgheorghe opened this issue Mar 24, 2023 · 0 comments
Open

fix pylint erorrs #13

mgheorghe opened this issue Mar 24, 2023 · 0 comments

Comments

@mgheorghe
Copy link
Owner

mgheorghe commented Mar 24, 2023

Row Labels Count of problems
invalid-name 60
missing-class-docstring 24
dangerous-default-value 22
duplicate-code 22
missing-function-docstring 17
missing-module-docstring 13
no-member 8
import-error 8
no-name-in-module 6
unused-variable 5
fixme 4
too-many-locals 4
redefined-builtin 4
attribute-defined-outside-init 3
too-many-nested-blocks 2
eval-used 2
super-init-not-called 1
pointless-string-statement 1
Grand Total 202

reg exp to isolate the issues from log
^(.)((([a-z]+-)+[a-z]))$

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