Skip to content

Commit b323089

Browse files
committed
adjustin sonar props
Signed-off-by: Tim Ireland <[email protected]>
1 parent 57646af commit b323089

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/config/sonar-scanner.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
sonar.host.url=https://sonarcloud.io
44
sonar.qualitygate.wait=true
55
sonar.sourceEncoding=UTF-8
6-
sonar.sources=lambdas/example-lambda
7-
sonar.tests=tests/, lambdas/example-lambda/src/__tests__
6+
sonar.sources=lambdas/**/src
7+
sonar.tests=tests/, lambdas/**/src/__tests__
88
sonar.exclusions=lambdas/*/src/__tests__/**/*
99
sonar.terraform.provider.aws.version=5.54.1
1010
sonar.cpd.exclusions=**.test.*

0 commit comments

Comments
 (0)