ubsuny / CP1-24-HW3

Homework 3 template for CP1-24
1 stars 16 forks source link

document explaining linting? #60

Open p-pxmpo opened 1 month ago

p-pxmpo commented 1 month ago

Does anybody have some some sort of document or link to a website explaining what all the linting codes mean? some of them are obvious but some of them I dont understand fully.

dhamalakamal commented 1 month ago

Same here

laserlab commented 1 month ago

I showed that in the hands on in class. I usually just google it which brings me to this document: https://pylint.pycqa.org/en/latest/user_guide/messages/index.html with the googled error code

jkblc commented 1 month ago

https://pylint.readthedocs.io/en/v3.2.7/user_guide/messages/messages_overview.html

laserlab commented 1 month ago

Here a totally random example: https://pylint.pycqa.org/en/latest/user_guide/messages/convention/unnecessary-lambda-assignment.html

dnxjay commented 1 month ago

@laserlab Do you recommend the use of AI when it comes to understanding the linting codes better?

p-pxmpo commented 1 month ago

thanks

haiderabbas007 commented 1 month ago

You might find the discussion in #43 helpful