File: /home/c2650654/public_html/wp-content/plugins/user-registration/sonar-project.properties
# Core
sonar.projectKey=user-registration
sonar.projectName=User Registration
sonar.host.url=https://sonarqube.themegrill.com/
# Sources
sonar.sources=.
sonar.sourceEncoding=UTF-8
# Tell Sonar what not to waste time on (typical WP + build output + tests)
sonar.exclusions=\
**/vendor/**,\
**/node_modules/**,\
**/dist/**,\
**/build/**,\
**/assets/build/**,\
**/assets/dist/**,\
**/languages/**,\
**/tmp/**,\
**/cache/**,\
**/.git/**,\
**/*.min.js,\
**/*.min.css,\
**/*.map,\
**/tests/**,\
**/__tests__/**
# Optional: reduce noise from third-party bundles if you have them
sonar.cpd.exclusions=**/vendor/**,**/node_modules/**,**/dist/**,**/build/**,**/tests/**,**/__tests__/**
# Don't treat bundled/generated JS as generated (stops "automatically excluded" message)
sonar.javascript.detectBundles=false