How to Upgrade SonarQube from its previous version to new version.
In this post we will see how SonarQube can be upgraded to the newer version,… Read More »How to Upgrade SonarQube from its previous version to new version.
In this post we will see how SonarQube can be upgraded to the newer version,… Read More »How to Upgrade SonarQube from its previous version to new version.
SonarQube provides Github plugin using which it can publish inline comments in the git pull… Read More »GitHub pull request analysis using SonarQube
PHP CPD (PHP Copy Paste Detector) – Detecting duplicate code in PHP files
It is a PEAR tool that makes it easier to find duplicate code in php application.
Below are the links can be followed for more reference: https://techtalkbook.wordpress.com/2014/10/22/php-codesniffer-a-tool-to-help-writing-codes-as-per-coding-standard-guideline/ http://pear.php.net/package/PHP_CodeSniffer/ https://github.com/thomas-ernest/CodeIgniter-for-PHP_CodeSniffer
What is it: It is a process of making source code available for other developers to… Read More »Code Review = Quality Code
What is PHP Code Sniffer: A package for syntax checking. It can check code against… Read More »PHP CodeSniffer – A tool to help writing codes as per coding standard guideline.