Skip to content

Commit

Permalink
fix(sonarcube): add sonar cube settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Grillo committed Jan 2, 2018
1 parent ec34ff7 commit 7caf5ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "",
"name": "style-skeleton-boilerplate",
"version": "0.0.0",
"description": "",
"description": "Example style modules",
"main": "./src/index.js",
"scripts": {
"start": "webpack-dashboard -- webpack-dev-server --config webpack.config.dev.js",
Expand All @@ -23,15 +23,15 @@
},
"repository": {
"type": "git",
"url": "git+https://!!!!!!! ADD REPO URL HERE !!!!!!!"
"url": "git+https://git.roiback.com/statics/style-skeleton-boilerplate.git"
},
"publishConfig": {
"registry": "http://registry.roiback.com:4873/"
},
"keywords": [],
"author": "",
"license": "ISC",
"homepage": " !!!!!!! ADD PROJECTS HOMEPAGE HERE !!!!!!! ",
"homepage": "https://git.roiback.com/statics/style-skeleton-boilerplate",
"engines": {
"node": ">=6.2"
},
Expand Down Expand Up @@ -60,8 +60,6 @@
"growl": "^1.9.2",
"ignore-styles": "^5.0.1",
"istanbul": "1.1.0-alpha.1",
"less": "^2.7.1",
"less-loader": "^4.0.4",
"mocha": "^2.5.3",
"node-sass": "^4.6.0",
"open": "0.0.5",
Expand Down
8 changes: 4 additions & 4 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# must be unique in a given SonarQube instance. !!!!!!! ADD REPO NAME HERE !!!!!!!
sonar.projectKey=
# this is the name displayed in the SonarQube UI !!!!!!! ADD REPO NAME HERE !!!!!!!
sonar.projectName=
# must be unique in a given SonarQube instance.
sonar.projectKey=style-skeleton-boilerplate
# this is the name displayed in the SonarQube UI
sonar.projectName=style-skeleton-boilerplate
sonar.projectVersion=1.0

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
Expand Down

0 comments on commit 7caf5ea

Please sign in to comment.