Skip to content

Commit d0160c5

Browse files
authored
cleanup: extend sonar.exclusions rules
1 parent bab5d19 commit d0160c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sonar-project.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
sonar.projectKey=Vanilla-OS_ABRoot_AYiLUFMb9CPJrZw6oxC4
22
sonar.projectName=ABRoot
33

4-
sonar.sources=src/
5-
sonar.exclusions=**/*_test.go
4+
sonar.sources=.
5+
sonar.exclusions=**/*_test.go, vendor/**
66

77
sonar.c.file.suffixes=-
88
sonar.cpp.file.suffixes=-

0 commit comments

Comments
 (0)