Skip to content

Commit

Permalink
sonarqube config for frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
preronaghosh committed Mar 31, 2024
1 parent d9fc2ba commit 25a80c2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Project identification
sonar.projectKey=ECE651-ReWrapped_ReWrapped_6eda3ed0-afe9-4544-b5c1-2d94bbf17dbd
sonar.projectName=ReWrapped
sonar.projectVersion=1.0

# Source configuration
sonar.sources=src
sonar.exclusions=node_modules/**,dist/**,coverage/**,babel.config.js,eslintrc.js,jest.config.js,prettierrc.js,sonarqube-scanner.js
sonar.tests=src/tests
sonar.test.inclusions=**/*.spec.js,**/*.test.js
sonar.javascript.lcov.reportPaths=coverage/lcov.info

# SonarQube server information
sonar.host.url=http://localhost:9000
sonar.token=sqp_4f0b69668896164c91e385cf0938b6b4de4bc20a

0 comments on commit 25a80c2

Please sign in to comment.