Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: PHP-0.5
-
Fix Version/s: None
-
Component/s: PHP
-
Labels:None
-
Number of attachments :
Description
The current definition for the PHP CodeSniffer rule repository misses some information:
- the description of the rules are not correct (they are actually the error messages associated to those rules that were extracted from the source code of PHPCS)
- and some rules are missing (because the extraction from the source code does not work perfectly)
As a consequence, the PHPCS rules.xml file needs some work to be improved.
Issue Links
- depends upon
-
SONARPLUGINS-1073
Add properties for existing php codesniffer and phpmd rules
-
For information, Gabriele will add missing rules and parameters.
He will also be working on a way to automatically generate XML rule descriptions for Sonar from source code of the PHP Codesniffer Sniffs.