Skip to content

Commit

Permalink
Set up SonarLint connected mode for project
Browse files Browse the repository at this point in the history
Enabled SonarLint connected mode in VSCode settings to link with the 'dgmjr-io' SonarQube server instance, ensuring static code analysis is aligned with the project's defined quality profiles and rulesets. This enhances code quality and consistency for the 'NuGetPush' project.
  • Loading branch information
dgmjr committed Dec 22, 2023
1 parent 9c3ca5b commit 8dce458
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"sonarlint.connectedMode.project": {
"connectionId": "dgmjr-io",
"projectKey": "dgmjr-io_NuGetPush"
}
}

0 comments on commit 8dce458

Please sign in to comment.