Abstract
Problem Statement:
How to set up SonarQube profiles with AEM custom rules and configure them with local development?
Introduction:
SonarQube is an open-source platform developed by SonarSource for continuous inspection of code quality to perform automatic reviews with static analysis of code to detect bugs and code smells in 29 programming languages. SonarQube offers reports on duplicated code, coding standards, unit tests, code coverage, code complexity, comments, bugs, and security recommendations.
However, it does apply mainly to general Java issues. Adobe Experience Manager is a comprehensive content management platform for building websites, mobile apps and forms. This tool is intended to find common bugs and bad smells specific to AEM development.
Requirements:
Install the docker and keep it up to date
Read Full Blog
Q&A
Please use this thread to ask the related questions.