chore: ignoring sonarlint files
All checks were successful
Coding Quality / Build and analyze (pull_request) Successful in 1m0s
All checks were successful
Coding Quality / Build and analyze (pull_request) Successful in 1m0s
This commit is contained in:
@@ -19,6 +19,9 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||||
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
|
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
|
# 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.
|
# following lines. This would typically be used to fail a deployment.
|
||||||
# - uses: SonarSource/sonarqube-quality-gate-action@v1
|
# - uses: SonarSource/sonarqube-quality-gate-action@v1
|
||||||
|
|||||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -2,4 +2,5 @@
|
|||||||
.idea/
|
.idea/
|
||||||
.godot/
|
.godot/
|
||||||
/android/
|
/android/
|
||||||
/dist/
|
/dist/
|
||||||
|
.sonarlint
|
||||||
Reference in New Issue
Block a user