Browse Source

Exclude i18n files from code analysis

pull/3/MERGE
kezhenxu94 4 years ago committed by gaojun2048
parent
commit
80d14404e6
  1. 1
      .github/workflows/ci_ut.yml

1
.github/workflows/ci_ut.yml

@ -75,6 +75,7 @@ jobs:
-Dsonar.core.codeCoveragePlugin=jacoco
-Dsonar.projectKey=apache-dolphinscheduler
-Dsonar.login=e4058004bc6be89decf558ac819aa1ecbee57682
-Dsonar.exclusions=dolphinscheduler-ui/src/**/i18n/locale/*.js
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

Loading…
Cancel
Save