Skip to content

Commit

Permalink
chore: set sonar languages
Browse files Browse the repository at this point in the history
  • Loading branch information
JBR90 committed Nov 29, 2024
1 parent 5f749f4 commit 3b3e522
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,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 3b3e522

Please sign in to comment.