From 8cc5b6628198047346ca0267211de6fd658a6e33 Mon Sep 17 00:00:00 2001 From: ArthurErlich Date: Sun, 8 Mar 2026 13:01:24 +0100 Subject: [PATCH] chore: ignoring sonarlint files --- .gitea/workflows/sonar.yml | 3 +++ .gitignore | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) 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