Skip to content

revdaalex/sonar-php-magicnumber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SonarQube PHP Check Magic Number Plugin

SonarQube plugin for detect magic numbers in PHP code.

Installation

To build the plugin call mvn clean package from the root directory of the project.

The artifact must be copied to the SONAR_HOME/extensions/plugins folder and sonarqube must be restarted.