Details
Description
We are evaluating PHP Sonar plugin and it seems to work fine. The only issue we have currently is that we have a Drupal project and most PHP code is located in files with ".module" suffix.
Looking at PHP Plugin source code [1] ".module" is not a supported suffix and I didn't find a way to change this behaviour.
Please add an option to specify supported file suffixes.
Here is a patch to implement this functionality (highly inspired from Sonar flex plugin). The property sonar.php.file.suffixes can be used to override the default list.