We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0581282 commit 07d0307Copy full SHA for 07d0307
.github/workflows/go.yml
@@ -44,7 +44,7 @@ jobs:
44
name: Sonar
45
runs-on: ubuntu-latest
46
steps:
47
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
48
with:
49
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
50
- uses: sonarsource/sonarqube-scan-action@master
sonar-project.properties
@@ -1 +1,9 @@
1
-sonar.projectKey=Vanilla-OS_apx_AYiLLt9U9CPJrZw6oxBN
+sonar.projectKey=Vanilla-OS_apx_AYiLLt9U9CPJrZw6oxBN
2
+sonar.projectName=apx
3
+
4
+sonar.sources=.
5
+sonar.exclusions=**/*_test.go
6
7
+sonar.c.file.suffixes=-
8
+sonar.cpp.file.suffixes=-
9
+sonar.objc.file.suffixes=-
0 commit comments