Re: [code-quality] Pylint not reporting modules passed on command line

2014-08-25 Thread Sylvain Thénault
On 08 août 14:31, Mark E. Hamilton wrote: > Hi, again, Hi Mark, > I've got a test structure that looks like this: > > % find . > . > ./test_dir1 > ./test_dir1/subdir1 > ./test_dir1/subdir1/test1.py > ./test_dir2 > ./test_dir2/subdir2 > ./test_dir2/subdir2/test2.p

[code-quality] Pylint not reporting modules passed on command line

2014-08-08 Thread Mark E. Hamilton
Hi, again, I've got a test structure that looks like this: % find . . ./test_dir1 ./test_dir1/subdir1 ./test_dir1/subdir1/test1.py ./test_dir2 ./test_dir2/subdir2 ./test_dir2/subdir2/test2.py If I pass both .py files to pylint on the command line it processes bo