Merge pull request #139 from Mahesh-Binayak/develop

[DSD-1461]Added sonar organisation
This commit is contained in:
Keshav Mishra
2022-10-14 10:03:09 +05:30
committed by GitHub
2 changed files with 20 additions and 1 deletions

View File

@@ -42,3 +42,19 @@ allprojects {
}
allprojects { repositories { maven { url "$rootDir/../node_modules/expo-camera/android/maven" } } }
sonarqube {
properties {
property "sonar.host.url", "https://sonarcloud.io"
property "sonar.projectKey", "mosip_inji"
property "sonar.projectName", "inji"
property 'sonar.organization', 'mosip'
// property "sonar.projectVersion", project.versionName
property "sonar.sourceEncoding", "UTF-8"
//ignoring the below files
property "sonar.c.file.suffixes", "-"
property "sonar.cpp.file.suffixes", "-"
property "sonar.objc.file.suffixes", "-"
}
}

View File

@@ -38,4 +38,7 @@ expo.gif.enabled=true
expo.webp.enabled=true
# Enable animated webp support (~3.4 MB increase)
# Disabled by default because iOS doesn't support animated webp
expo.webp.animated=false
expo.webp.animated=false
systemProp.sonar.host.url=https://sonarcloud.io
systemProp.sonar.projectKey=mosip_inji