# Required SonarQube project properties sonar.projectKey=SlickRemix_feed-them-social sonar.projectName=feed-them-social # Path to the source code to be analyzed (the current directory) sonar.sources=. # Encoding of the source files sonar.sourceEncoding=UTF-8 # EXCLUSION FOR MAGNIFIC POPUP == sonar.exclusions=**/includes/feeds/js/magnific-popup.js # RULE EXCLUSIONS == # Exclude MD5 usage warnings for cache key generation (false positive) sonar.issue.ignore.multicriteria=e1 sonar.issue.ignore.multicriteria.e1.ruleKey=php:S4790 sonar.issue.ignore.multicriteria.e1.resourceKey=updater/UpdaterCheckClass.php