Skip to content

Commit 8ab4790

Browse files
authored
Merge pull request #233 from sir-gon/develop
Develop
2 parents a8609a2 + 2c51fa3 commit 8ab4790

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.vscode/settings.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,9 @@
1111
"python.linting.pylintArgs": [
1212
"--rcfile",
1313
"${workspaceFolder}/.pylintrc"
14-
]
14+
],
15+
"sonarlint.connectedMode.project": {
16+
"connectionId": "sir-gon",
17+
"projectKey": "sir-gon_algorithm-exercises-py"
18+
}
1519
}

sonar-project.properties

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Must be unique in a given SonarQube instance
2+
sonar.projectKey=algorithm-exercises-java
3+
sonar.projectName=algorithm-exercises-java
4+
5+
# Path is relative to the sonar-project.properties file.
6+
# Replace "\" by "/" on Windows.
7+
# This property is optional if sonar.modules is set.
8+
sonar.sources=app/src
9+
10+
# Encoding of the source code. Default is default system encoding
11+
sonar.sourceEncoding=UTF-8
12+
sonar.python.version=3.11

0 commit comments

Comments
 (0)