We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4c9083 commit 13f2b67Copy full SHA for 13f2b67
build.gradle
@@ -34,8 +34,6 @@ sonarqube {
34
// property "sonar.host.url", "http://127.0.0.1:9000"
35
property "sonar.host.url", "https://sonarcloud.io"
36
property "sonar.sourceEncoding", "UTF-8"
37
- property "sonar.sources", "."
38
- property "sonar.java.binaries", "build"
39
property "sonar.exclusions", "**/node_modules/**, **/cdk.out/**"
40
property "sonar.issue.ignore.multicriteria", "e1"
41
property "sonar.issue.ignore.multicriteria.e1.ruleKey", "typescript:S1848"
0 commit comments