Hay steemit community,
Because I see more and more great projects here on steemit, I wanted to show you SonarQube and a place, where you can analyze your project for free.
What is SonarQube
SonarQube itself is an open-source tool that performs a static analysis of your source code, while static analysis means that your code will not be executed. Depending on your programming language, it offers multiple checks to find usual bug-patterns and to make sure you followed the best practices.
It can also import your test and coverage results and show all those information, including the checks, on a dashboard. On that dashboard you can see trends and check if your software quality gets better.
Where can I get for free?
SonarQube itself is free in general, you just have to download it from http://www.sonarqube.org/downloads/ and run it. (If you need help at this just write a comment).
If you choose to make your tool open source and host it on github, you can get a free account on https://sonarqube.com/.
I hope that this will help some of you.