File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 11
11
"python.linting.pylintArgs" : [
12
12
" --rcfile" ,
13
13
" ${workspaceFolder}/.pylintrc"
14
- ]
14
+ ],
15
+ "sonarlint.connectedMode.project" : {
16
+ "connectionId" : " sir-gon" ,
17
+ "projectKey" : " sir-gon_algorithm-exercises-py"
18
+ }
15
19
}
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments