diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..a8e0dac --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,6 @@ +{ + "sonarlint.connectedMode.project": { + "connectionId": "apibr", + "projectKey": "ApiBR_catalog" + } +} \ No newline at end of file diff --git a/sonar-project.properties b/sonar-project.properties new file mode 100644 index 0000000..1a8c60a --- /dev/null +++ b/sonar-project.properties @@ -0,0 +1,2 @@ +sonar.projectKey=ApiBR_catalog +sonar.organization=apibr \ No newline at end of file