Python Forum
Pylint - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Forum & Off Topic (https://python-forum.io/forum-23.html)
+--- Forum: Bar (https://python-forum.io/forum-27.html)
+--- Thread: Pylint (/thread-38241.html)



Pylint - DPaul - Sep-21-2022

Hi,
Question: to what extent is "pylint" a reliable analysis.
I have applied pylint to a program, and over half the comments are about vars not being in snake_notation.
I use Hungarian notation and Camelback notation, but that was new.
It did find unused vars and imports, nice!
I also saw that sometimes the line numbering is a few lines off.

Should pylint be standard procedure before putting anything into production?
thx,
Paul