Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit26c6d2e

Browse files
committed
Fix sonarqube org
1 parentd9ecd4f commit26c6d2e

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

‎.gitignore‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

22
.idea/
3+
.vscode/
34
cmake-build-debug/
45
build/
56
Testing/

‎sonar-project.properties‎

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
# must be unique in a given SonarQube instance
2-
sonar.projectKey=hemonserrat-github
3-
# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1.
4-
sonar.projectName=IoT-uFSM
5-
sonar.projectVersion=1.0
6-
1+
sonar.projectKey=hemonserrat_IoT-uFSM
2+
sonar.organization=hemonserrat-github
3+
4+
5+
# This is the name and version displayed in the SonarCloud UI.
6+
#sonar.projectName=IoT-uFSM
7+
#sonar.projectVersion=1.0
8+
9+
710
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
8-
# This property is optional if sonar.modules is set.
9-
sonar.sources=.
10-
11+
#sonar.sources=.
12+
1113
# Encoding of the source code. Default is default system encoding
1214
#sonar.sourceEncoding=UTF-8
1315

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp