Files
performics_dev/sonar-project.properties
T
NishantRajputRN fff4b3bfe4
RN APK Build / build (push) Failing after 5m10s
test sonar
2026-05-12 15:53:39 +05:30

7 lines
385 B
Properties

# Auth: use SONAR_TOKEN (env) or -Dsonar.token=... — never commit tokens or sonar.login here.
sonar.projectKey=novaCodeTest
sonar.sources=.
sonar.host.url=http://98.70.31.53:9000
# From CLI intent: skip Java/Kotlin and the Android tree; **/ forms cover the repo (not only repo root).
sonar.exclusions=**/*.java,**/*.kt,**/android/**,**/node_modules/**,**/ios/Pods/**,**/ios/build/**