Skip to content

Commit

Permalink
Merge pull request #4 from Unity-Technologies/sonarqube
Browse files Browse the repository at this point in the history
GENE-2727: Onboard this repo to Sonarqube
  • Loading branch information
emilynunity3d authored Jul 8, 2024
2 parents 662ee88 + a88e085 commit d813185
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: SonarQube

on:
push:
branches:
- branch_8_3
pull_request:
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
sonarqube:
uses: Unity-Technologies/github-actions-workflows/.github/workflows/sonarqube.yml@main
with:
coverage: false
7 changes: 7 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
sonar.projectKey=lucene-solr
sonar.projectName=lucene-solr
sonar.projectVersion=1.0

sonar.links.scm=https://github.com/Unity-Technologies/lucene-solr
sonar.pullrequest.github.repository=Unity-Technologies/lucene-solr
sonar.exclusions=**/*.test.js,frontend_tests/**,docs/**

0 comments on commit d813185

Please # to comment.