-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow tools to use exsting configuration if found or provided. #74
Comments
This would be very useful for pylint because I would like to import our own pylint plugin. Or is there another way to do that? |
…emove the "adaptors" concept which was confusing and not particularly useful.
Prospector will now use a
Note that if this is used, prospector's own opinions on what should be enabled/disabled are completely ignored! |
@mbertolacci This should enable you to import plugins, let me know if it doesn't work! |
For projects which already have configuration for various tools, prospector should use and prefer that. This is a more general version of #10.
This already happens for
pep8
, however, only if the files are in specified positions. There should be a command line option (--config-for-pep8=some/path
) which allows extra places to be searched.The text was updated successfully, but these errors were encountered: