Skip to content

Commit a363d22

Browse files
authored
[PRMP-602] changing scripts/lambda to **/scripts/lambda/** for exclusion (#826)
1 parent 4187e1a commit a363d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sonar.python.coverage.reportPaths=lambdas/coverage.xml
1414
sonar.sources=lambdas/,app/src/
1515
sonar.tests=lambdas/tests/,app/src/
1616

17-
sonar.exclusions=**/*.test.tsx,app/src/helpers/test/,**/TestPanel.tsx,lambdas/scripts/,**/*.test.ts,lambdas/tests/**,**/conftest.py,app/react-build-env-checker.js,app/public/*,app/src/index.tsx
17+
sonar.exclusions=**/*.test.tsx,app/src/helpers/test/,**/TestPanel.tsx,**/lambdas/scripts/**,**/*.test.ts,lambdas/tests/**,**/conftest.py,app/react-build-env-checker.js,app/public/*,app/src/index.tsx
1818
sonar.test.inclusions=**/*.test.tsx,app/src/helpers/test/,**/*.test.ts
1919

2020
# Encoding of the source code. Default is default system encoding

0 commit comments

Comments
 (0)