November 2017
Intermediate to advanced
378 pages
10h 24m
English
Typically, this event will be triggered when changes have been committed and pushed to a repository. The build server obtains the source from a specific repository and branch. It tries to build the code and it performs automated quality checks using SonarQube, for example, (QA).
SonarQube is a great tool to measure code quality. It is an automated solution so it cannot fully replace code reviews, however, it is capable of finding issues that may be or may not become an issue for the quality or performance of your app.
SonarQube will take care of:
You can define custom rules or use the default ones that exist for more ...
Read now
Unlock full access