Skip to content

Commit

Permalink
chore: set sonar languages (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
JBR90 authored Dec 3, 2024
1 parent 122bc4e commit 701ff65
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ sonar.links.homepage=https://labs.thenational.academy/
sonar.sources=.

sonar.exclusions=\
apps/nextjs/src/lib/avo/Avo.ts
pnpm-lock.yaml
apps/nextjs/.storybook/public/mockServiceWorker.js
apps/nextjs/src/lib/avo/Avo.ts,\
pnpm-lock.yaml,\
apps/nextjs/.storybook/public/mockServiceWorker.js,\
**/*.py,\
**/*.sql


sonar.cpd.exclusions=\
**/*.test.ts, \
Expand All @@ -19,4 +22,5 @@ sonar.cpd.exclusions=\

sonar.tests=.
sonar.test.inclusions=**/*.test.ts
sonar.javascript.lcov.reportPaths=packages/**/coverage/lcov.info,apps/nextjs/coverage/lcov.info
sonar.javascript.lcov.reportPaths=packages/**/coverage/lcov.info,apps/nextjs/coverage/lcov.info
sonar.language=ts,tsx,js,jsx,html,css

0 comments on commit 701ff65

Please sign in to comment.