Skip to content

Commit 14604c0

Browse files
committed
[+] initial commit
1 parent ca06507 commit 14604c0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
sonar.sources=.
2+
sonar.tests=.
3+
sonar.exclusions=**_test.go,target/**
4+
sonar.test.inclusions=**_test.go
5+
sonar.coverage.exclusions=\
6+
target/**,**/stub_*, \
7+
**/*.pb.go, \
8+
**/server.go, \
9+
**/mock*/*.go, \
10+
**/*_mock.go, \
11+
application.yaml

0 commit comments

Comments
 (0)