Skip to content

Commit

Permalink
Add vs code sonarlint settings to project (rtdip#536)
Browse files Browse the repository at this point in the history
Signed-off-by: GBBBAS <[email protected]>
  • Loading branch information
GBBBAS authored Oct 10, 2023
1 parent 9ea69f3 commit 52ad1ef
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"GitHub.copilot",
"GitHub.codespaces",
"ryanluker.vscode-coverage-gutters",
"ms-python.black-formatter"
"ms-python.black-formatter",
"SonarSource.sonarlint-vscode"
],
"settings": {
"azureFunctions.scmDoBuildDuringDeployment": true,
Expand All @@ -38,6 +39,10 @@
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true
},
"sonarlint.connectedMode.project": {
"connectionId": "rtdip",
"projectKey": "rtdip_core"
}
}
}
Expand Down
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,9 @@
"TURBODBCSQL",
"ZORDER"
],
"licenser.projectName": "RTDIP"
"licenser.projectName": "RTDIP",
"sonarlint.connectedMode.project": {
"connectionId": "rtdip",
"projectKey": "rtdip_core"
}
}

0 comments on commit 52ad1ef

Please sign in to comment.