Skip to content

Commit 23df984

Browse files
authored
Update sonar-project.properties
1 parent 6a8fc13 commit 23df984

File tree

1 file changed

+9
-19
lines changed

1 file changed

+9
-19
lines changed

sonar-project.properties

Lines changed: 9 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,14 @@
1-
sonar.projectKey=Addy-shetty_Vibe-Prompting_3ea74998-7189-4e3e-a7e0-8be5ce3a3a3c
1+
sonar.projectKey=Addy-shetty_Vibe-Prompting
2+
sonar.organization=addy-shetty
23

3-
# Local SonarQube configuration
4-
sonar.host.url=http://localhost:9000
54

6-
# Project metadata
7-
sonar.projectName=Vibe Prompting
8-
sonar.projectVersion=1.0.0
5+
# This is the name and version displayed in the SonarCloud UI.
6+
#sonar.projectName=Vibe-Prompting
7+
#sonar.projectVersion=1.0
98

10-
# Source code location
11-
sonar.sources=src
12-
sonar.tests=src
13-
sonar.test.inclusions=**/*.test.ts,**/*.test.tsx,**/*.spec.ts,**/*.spec.tsx
149

15-
# Exclusions
16-
sonar.exclusions=**/node_modules/**,**/dist/**,**/build/**,**/*.config.ts,**/*.config.js,**/coverage/**,**/docs/**,**/supabase/**
17-
18-
# TypeScript/JavaScript settings
19-
sonar.javascript.lcov.reportPaths=coverage/lcov.info
20-
sonar.typescript.tsconfigPath=tsconfig.json
21-
22-
# Encoding
23-
sonar.sourceEncoding=UTF-8
10+
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
11+
#sonar.sources=.
2412

13+
# Encoding of the source code. Default is default system encoding
14+
#sonar.sourceEncoding=UTF-8

0 commit comments

Comments
 (0)