roboticslab-uc3m / questions-and-answers

A place for general debate and question&answer
https://robots.uc3m.es/developer-manual/appendix/repository-index.html
2 stars 0 forks source link

Install Codacy - automated code analysis #68

Open PeterBowman opened 6 years ago

PeterBowman commented 6 years ago

Codacy is a tool available for GitHub projects that enables automated code reviews. See https://www.codacy.com and any YARP PR (it shows up as one more check along with Travis and AppVeyor CI builds).

I gave it a try some time ago and it sends me emails on occasion, warning about potential code quality issues. It found these two for me that I was totally unaware of: ref.

Finally a tool we could learn good habits from!

PeterBowman commented 3 years ago

YARP is proficiently using Codacy and Sonarcloud in CI builds: GH Actions workflow. Note we are currently migrating to GH Actions as well: https://github.com/roboticslab-uc3m/questions-and-answers/issues/91.