Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
web-et-numerique
PAMN_Plateforme des acteurs de la mediation numerique
RAM_Client
Commits
9bec58a8
Commit
9bec58a8
authored
May 13, 2022
by
Hugo SUBTIL
Browse files
temporary remove of form in sonar analysis. The component will be remove soon after refactoring
parent
9e86390f
Pipeline
#30247
passed with stages
in 5 minutes and 14 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9bec58a8
...
...
@@ -128,7 +128,7 @@ sonarqube:
-Dsonar.host.url=${SONAR_URL}
-Dsonar.projectKey=${SONAR_PROJECT_KEY}
-Dsonar.login=${SONAR_TOKEN}
-Dsonar.cpd.exclusions=tests/**,src/**/*.spec.ts*
-Dsonar.cpd.exclusions=tests/**,src/**/*.spec.ts*
,src/app/form/structure-form/form.component.ts,src/app/form/structure-form/form.component.html
-Dsonar.qualitygate.wait=true
sonarqube-mr
:
...
...
@@ -153,5 +153,5 @@ sonarqube-mr:
-Dsonar.host.url=${SONAR_URL}
-Dsonar.projectKey=${SONAR_PROJECT_KEY}
-Dsonar.login=${SONAR_MR_TOKEN}
-Dsonar.cpd.exclusions=tests/**,src/**/*.spec.ts*
-Dsonar.cpd.exclusions=tests/**,src/**/*.spec.ts*
,src/app/form/structure-form/form.component.ts,src/app/form/structure-form/form.component.html
-Dsonar.qualitygate.wait=true
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment