Commit c4563f56 authored by Jonathan Swaelens's avatar Jonathan Swaelens
Browse files

:sparkles: feat(ci): Exclude favicon and contrib for sonar

Exclude favicon and contrib for sonar
Showing with 2 additions and 2 deletions
+2 -2
...@@ -82,7 +82,7 @@ sonar_publish: ...@@ -82,7 +82,7 @@ sonar_publish:
-D sonar.projectName=FusionDirectory-1.4-Dev -D sonar.projectName=FusionDirectory-1.4-Dev
-D sonar.projectVersion=1.4 -D sonar.projectVersion=1.4
-D sonar.sourceEncoding=UTF-8 -D sonar.sourceEncoding=UTF-8
-D sonar.exclusions='html/themes/legacy/**/*,html/themes/breezy/**/*,html/images/**,include/class_xml.inc' -D sonar.exclusions='html/themes/legacy/**/*,html/themes/breezy/**/*,html/images/**,contrib/**,html/favicon.ico,include/class_xml.inc'
-D sonar.gitlab.project_id="$CI_PROJECT_PATH" -D sonar.gitlab.project_id="$CI_PROJECT_PATH"
-D sonar.gitlab.commit_sha="$CI_COMMIT_SHA" -D sonar.gitlab.commit_sha="$CI_COMMIT_SHA"
-D sonar.gitlab.ref_name="$CI_COMMIT_REF_NAME" -D sonar.gitlab.ref_name="$CI_COMMIT_REF_NAME"
...@@ -99,7 +99,7 @@ sonar_preview: ...@@ -99,7 +99,7 @@ sonar_preview:
-D sonar.projectName=FusionDirectory-1.4-Dev -D sonar.projectName=FusionDirectory-1.4-Dev
-D sonar.projectVersion=1.4 -D sonar.projectVersion=1.4
-D sonar.sourceEncoding=UTF-8 -D sonar.sourceEncoding=UTF-8
-D sonar.exclusions='html/themes/legacy/**/*,html/themes/breezy/**/*,html/images/**,include/class_xml.inc' -D sonar.exclusions='html/themes/legacy/**/*,html/themes/breezy/**/*,html/images/**,contrib/**,html/favicon.ico,include/class_xml.inc'
-D sonar.gitlab.project_id="$CI_PROJECT_PATH" -D sonar.gitlab.project_id="$CI_PROJECT_PATH"
-D sonar.gitlab.commit_sha="$CI_COMMIT_SHA" -D sonar.gitlab.commit_sha="$CI_COMMIT_SHA"
-D sonar.gitlab.ref_name="$CI_COMMIT_REF_NAME" -D sonar.gitlab.ref_name="$CI_COMMIT_REF_NAME"
......
  • SonarQube analysis reported 2 issues

    • :warning: 2 major

    Note: The following issues were found on lines that were not modified in the commit. Because these issues can't be reported as line comments, they are summarized here:

    1. :warning: Merge this if statement with the enclosing one. :blue_book:
    2. :warning: Merge this if statement with the enclosing one. :blue_book:

    By sonar gitlab-ci on 2020-09-23T15:47:06 (imported from GitLab)

Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment