[Python-projects] pylint --generate-rcfile switch
Meding, Olaf
Olaf.Meding at bruker-axs.com
Wed Oct 10 21:00:15 CEST 2007
The file produced by the command below contains non-standard line
endings causing some editors (including MS Visual Studio) to show blank
lines. The line endings produced by pylint contains two CRs instead of
one (0D 0D 0A)
pylint --generate-rcfile > pylintrc
I am using pylint 0.13.2 on MS Windows XP.
Not a big deal, but would be nice if this can be fixed at some point.
Olaf
More information about the Python-Projects
mailing list