Merge pull request #4 from Unity-Technologies/sonarqube
GENE-2727: Onboard this repo to Sonarqube
This commit is contained in:
Коммит
d8131850b3
|
@ -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
|
|
@ -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/**
|
Загрузка…
Ссылка в новой задаче