Skip to content

Commit

Permalink
PRMDR-642 exclude plain typescript story files from sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
RachelHowellNHS authored Feb 15, 2024
1 parent 637b489 commit 7b62549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sonar.python.coverage.reportPaths=lambdas/coverage.xml
sonar.sources=lambdas/,app/src/
sonar.tests=lambdas/tests/,app/src/

sonar.exclusions=**/*.test.tsx,app/src/helpers/test/,**/*.story.tsx,lambdas/scripts/,**/*.test.ts
sonar.exclusions=**/*.test.tsx,app/src/helpers/test/,**/*.story.tsx,lambdas/scripts/,**/*.test.ts,**/*.story.ts
sonar.test.inclusions=**/*.test.tsx,app/src/helpers/test/,**/*.test.ts

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

0 comments on commit 7b62549

Please sign in to comment.