Python Forum

Full Version: Pylint
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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