On Fri, Mar 4, 2016 at 11:11 PM, Nicolas Chauvat wrote: > It does recursively scan for Python files:
That doesn't pick up Python scripts that don't have .py in their name. I couldn't get it to work with files in the current directory: $ touch __init__.py $ echo 'a = b+1' > bar.py $ pylint -E . No config file found, using default configuration Should I file bugs about these two issues? It does work with subdirectories as you pointed out though. -- bye, pabs https://wiki.debian.org/PaulWise