Sonar: skip project `diff-match-patch`

This commit is contained in:
Benoit Marty 2020-08-27 15:37:39 +02:00
parent 59fa2e28c2
commit b69616117f
1 changed files with 6 additions and 0 deletions

View File

@ -105,6 +105,12 @@ project(":vector") {
}
}
project(":diff-match-patch") {
sonarqube {
skipProject = true
}
}
//project(":matrix-sdk-android") {
// sonarqube {
// properties {