Skip to content

Commit 5ae483e

Browse files
committed
updated sonar details
1 parent 8dda3ae commit 5ae483e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "react-tut",
2+
"name": "generic-ui-react",
33
"private": true,
44
"version": "0.0.0",
55
"type": "module",

sonar-project.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sonarqubeScanner({
44
serverUrl: 'https://sonarcloud.io',
55
options: {
66
'sonar.organization': 'rohithandique',
7-
'sonar.projectKey': 'rohithandique_generic-server-spring-boot',
7+
'sonar.projectKey': 'rohithandique_generic-ui-react',
88
'sonar.sources': 'src',
99
'sonar.tests': 'src',
1010
'sonar.inclusions': '**/*.ts,**/*.tsx',

0 commit comments

Comments
 (0)