How to fix | Remove this commented out code in SonarQube
In an enterprise application, we have a large code base and sometimes, we need to temporarily restrict some methods or calls from executing, and we generally comment on the code. But, when we try to deploy the code, the Jenkins pipeline (if SonarQube is configured) may fail while scanning for code quality checks. We may… Read More »