Skip to content

Commit 9eaacbf

Browse files
committed
chore: include SonarQube for IDE settings
1 parent ab1ae28 commit 9eaacbf

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

.vscode/settings.json

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
{
2-
"python.testing.unittestEnabled": false,
3-
"python.testing.pytestEnabled": true,
4-
"python.testing.pytestArgs": ["tests"],
5-
"files.exclude": {
6-
"**/__pycache__": true,
7-
"**/.git": true,
8-
"**/.DS_Store": true
9-
},
10-
"[python]": {
11-
"editor.defaultFormatter": "ms-python.autopep8",
12-
"editor.formatOnSave": true
13-
}
2+
"python.testing.unittestEnabled": false,
3+
"python.testing.pytestEnabled": true,
4+
"python.testing.pytestArgs": ["tests"],
5+
"files.exclude": {
6+
"**/__pycache__": true,
7+
"**/.git": true,
8+
"**/.DS_Store": true
9+
},
10+
"[python]": {
11+
"editor.defaultFormatter": "ms-python.autopep8",
12+
"editor.formatOnSave": true
13+
},
14+
"sonarlint.connectedMode.project": {
15+
"connectionId": "nanotaboada",
16+
"projectKey": "nanotaboada_python-samples-fastapi-restful"
17+
}
1418
}

0 commit comments

Comments
 (0)