I want to use a tool like landscape.io to track the technical debt that people might accidentally introduce into an open source project. Unfortunately, this tool only works with GitHub.
Is there a similar tool that offers static code analysis as a hosted service that is also compatible with BitBucket and Mercurial?
I am sure that I could get most of this using hand-held tape running under Jenkins, but I would prefer not to support this. It is good that in fact I am not the main part of the project for which I want to spend too much time. In other words, I want a turnkey solution.
My project is in Python 3.x
source
share