I have a python app with several custom modules. I found there are two tools available for linting: - pylint - prospector
My question is, 1. which tool should I use? 2. Which is the standard way for python linting? 3. Where to get .pylintrc file?
Note: I have to use Jenkins as build system. So that, i can get error reports for linting as well.