Skip to content

Commit

Permalink
Update sonar-project.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroGlezC authored May 3, 2024
1 parent 022ce3e commit ea63ec2
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 @@ -8,7 +8,7 @@ sonar.projectVersion=1.0
# Encoding of the source code. Default is default system encoding
sonar.host.url=https://sonarcloud.io

sonar.coverage.exclusions=**/*.test.js
sonar.coverage.exclusions=**/*.test.tsx, **/node_modules/**, syg-frontend/src/App.tsx, syg-frontend/src/modules/content/Content.tsx, syg-frontend/src/index.tsx, syg-frontend/src/reportWebVitals.ts, syg-frontend/src/secure/**, syg-frontend/src/backend/dataSource.ts
sonar.sources=syg-frontend/src
sonar.sourceEncoding=UTF-8
sonar.exclusions=syg-frontend/node_modules/**
Expand Down

0 comments on commit ea63ec2

Please sign in to comment.