Skip to content

Commit

Permalink
feat - add SonarLint and SonarQube configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco committed Nov 22, 2024
1 parent b07b3dd commit 2fb022f
Show file tree
Hide file tree
Showing 2 changed files with 8 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": "apibr",
"projectKey": "ApiBR_catalog"
}
}
2 changes: 2 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
sonar.projectKey=ApiBR_catalog
sonar.organization=apibr

0 comments on commit 2fb022f

Please sign in to comment.