geerlingguy / drupalci-sonar-jenkins

DEPRECATED - Drupal CI environment with SonarQube and Jenkins for Drupal Core code analysis.
41 stars 16 forks source link

Fixed wildcard pattern in sonar-7.properties #18

Closed msound closed 6 years ago

msound commented 7 years ago

According to Sonarqube's documentation on wildcard pattern, we can only use *, ** and ?.

While this may work depending on how Sonarqube's regex is implemented, I propose to change *** to ** for correctness.

geerlingguy commented 6 years ago

This project is being deprecated (though the underlying roles are still maintained); please see https://github.com/geerlingguy/drupalci-sonar-jenkins/issues/27