Skip to content

Commit 8d40eea

Browse files
committed
Remove comitted vscode configuration + add sonarqube config
1 parent 891aca5 commit 8d40eea

File tree

5 files changed

+8
-48
lines changed

5 files changed

+8
-48
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,8 @@ dmypy.json
131131
tmp/
132132
.idea/
133133

134-
generated/
134+
generated/
135+
.vscode/
136+
137+
# sonarcube folders
138+
.scannerwork/

.vscode/README.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

.vscode/settings.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

cosmotech/coal/utils/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def get_solution(organization_id, workspace_id) -> Optional[Solution]:
5555
LOGGER.error(
5656
T("coal.errors.workspace.not_found").format(workspace_id=workspace_id, organization_id=organization_id)
5757
)
58-
LOGGER.debug(e.body)
58+
LOGGER.debug(e)
5959
return None
6060
solution_id = r_data.solution.solution_id
6161

sonar-project.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
sonar.sources=cosmotech
2+
sonar.tests=tests

0 commit comments

Comments
 (0)