I'm trying to get Eclipse to recognise the PyLint configuration file that I use in Jenkins. At the moment Eclipse pylint swamps me with useless errors. I've tried passing in the rcfile parameter. So...
Windows > preferences > PyDev > PyLint
Then in "arguments to pass to pylint" I have --rcfile=absolute_path_to_pylint.rc
This has no effect.
I've read that pylint will work if you drop a config file in your home directory, or set an Environmental variable (See: Permanent Config File in Pylint) but both these solutions are a little unwieldy.
Any ideas?