I am evaluating pylint as source code checker and I would like to customize the maximum number of characters on a single line.
I would like to use a configuration f
Try setting PYLINTRC env variable.
I use batch:
@echo off set PYLINTHOME=c:\tools set PYLINTRC=c:\etc\pylint.conf rem c:\Python27\python.exe c:\Python27\Lib\site-packages\pylint\lint.py %1 %2 %3 %4 %5 %6 %7 %8 %9 c:\Python27\python.exe c:\Python27\Lib\site-packages\pylint\lint.py %*