Skip to content

Commit

Permalink
Update sonarcloud properties
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchernchong committed Sep 22, 2024
1 parent 9e03aca commit ff05b41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
17 changes: 3 additions & 14 deletions .sonarcloud.properties
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
sonar.projectKey=sgcarstrends_web
sonar.organization=sgcarstrends

# Path to sources
sonar.sources=.

# Exclusions
sonar.exclusions=components/ui/**

# Path to tests
#sonar.tests=
#sonar.test.exclusions=
#sonar.test.inclusions=

# Source encoding
sonar.sourceEncoding=UTF-8
sonar.javascript.lcov.reportPaths=./coverage/lcov.info
sonar.coverage.exclusions=**/*.test.js,**/*.test.ts,**/*.spec.js,**/*.spec.ts
sonar.exclusions=**/components/ui/**/*.tsx,**/*.test.js,**/*.test.ts,**/*.spec.js,**/*.spec.ts
5 changes: 0 additions & 5 deletions sonar-project.properties

This file was deleted.

0 comments on commit ff05b41

Please sign in to comment.