On Fri, Mar 14, 2008 at 10:57 AM, Tom Mueller <[EMAIL PROTECTED]> wrote: > Is there already a shared pylintrc file that people are using when > running pylint?
I was wondering the same thing. I've taken to running pylint with --indent-string=" " ...but nothing else. > As part of the porting changes, I'm including a src/tests/pylintrc file > and a src/setup.py script with a "lint" target that allows pylint to be > run easily. There is also a pylint extension for checking to see if > non-portable operating system APIs are used within the code. Yay! Thanks for that. > When I'm running pylint with the file that I currently have, I'm getting > about 620 errors/warnings. I expect this is because some of the > settings in the pylintrc file are too restrictive. Yeah; I've ignored some of the warnings which seem pointless or impossible to fix because what its warning about was intentional. -- Shawn Walker, Software and Systems Analyst http://binarycrusader.blogspot.com/ "To err is human -- and to blame it on a computer is even more so." - Robert Orben _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
