Skip to content

Commit 2c51fa3

Browse files
author
Gonzalo Diaz
committed
[CONFIG] VSCode sonarcloud bound.
1 parent d30211c commit 2c51fa3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-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
}

0 commit comments

Comments
 (0)