diff --git a/.gitea/workflows/sonar.yml b/.gitea/workflows/sonar.yml index d564d3b..8d6d127 100644 --- a/.gitea/workflows/sonar.yml +++ b/.gitea/workflows/sonar.yml @@ -19,6 +19,9 @@ jobs: env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} + with: + args: > + -Dsonar.projectKey=${{ secrets.SONAR_PROJECT_KEY }} # If you wish to fail your job when the Quality Gate is red, uncomment the # following lines. This would typically be used to fail a deployment. # - uses: SonarSource/sonarqube-quality-gate-action@v1 diff --git a/.gitignore b/.gitignore index f5bbb12..be7c53f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ .idea/ .godot/ /android/ -/dist/ \ No newline at end of file +/dist/ +.sonarlint \ No newline at end of file