-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
[update] Bump pylint score to ~10 #32
Comments
@MannuVilasara Do we need to have 10/10? What's the point of linting? The code is formatted following the PEP8 guidelines, I am not aware of other standards. |
Yea not really a need but just a suggestion. Can be used while creating workflows |
Okay, I'll take a look on it in a sec |
@MannuVilasara What command did you run in pylint? My rating is |
pylint $(git ls-files '*py') |
I guess you need to run |
Won't it just check for just the seashell file present in bin |
No, because you are running pylint on a seashell directory (from the root of this repository). It checks for all files located in seashell |
Yea it seems like it. Got the result to be 7.9 now. |
IDK why did you get different result. What is your python version? I guess this might be the reason (mine is 12) P.S. Anyway, I am currently working on a Pwny official release, so fixing linting problems is not in the plan yet. However, I might take a look at it in the future. Code quality and readability is an essential part. |
What is your question?
So I recenty runned the pylint on the codebase and the results aren't that good. So is there any need to fix linting? also a workflow can be created to check wether the project really gets built, linting, formatting etc.
Additional context
Any suggestions for the docs?
can work on fixing the linting but will be a large commit (probably gonna sqash commits while merging here).
The text was updated successfully, but these errors were encountered: