On 30 décembre 16:18, Henning Bredel wrote:
> Hey,

Hi,

> do I miss a trivial thing or does pylint ignores python
> files laying in a symbolic link? How could I tell pylint
> to recognize such files, if so?

I'm not aware of such a problem.

s...@scorpius:~$ ln -s ~/src/pylint/lint.py .
s...@scorpius:~$ pylint lint.py 
Problem importing module: assert.pyc
No config file found, using default configuration
************* Module lint
C:222: Line too long (85/80)
...

Could you describe more precisly your problem?
-- 
Sylvain Thénault                               LOGILAB, Paris (France)
Formations Python, Debian, Méth. Agiles: http://www.logilab.fr/formations
Développement logiciel sur mesure:       http://www.logilab.fr/services
CubicWeb, the semantic web framework:    http://www.cubicweb.org

_______________________________________________
Python-Projects mailing list
Python-Projects@lists.logilab.org
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to