SoftwareUnderstanding / inspect4py

Static code analysis package for Python repositories
https://inspect4py.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
27 stars 10 forks source link

Return ranking position and score #336

Open dgarijo opened 2 years ago

dgarijo commented 2 years ago

Right now we return the ranking. For debugging capabilities, it may be better to return the score obtained in our ranking.

This could be potentially confusing, so we should add it only with a --debug option