Skip to content
Snippets Groups Projects
Verified Commit a73b938f authored by Olivier Maury's avatar Olivier Maury
Browse files

build(ci): utiliser les cibles check pour les vérifications Checkstyle, PMD et CPD

parent 61615d53
Branches main
No related tags found
1 merge request!19utiliser les cibles check pour les vérifications Checkstyle, PMD et CPD
Pipeline #299604 passed
......@@ -70,19 +70,19 @@ checkstyle_job:
stage: code-check
needs: ["install_job"]
script:
- mvn checkstyle:checkstyle
- mvn checkstyle:check
pmd_job:
stage: code-check
needs: ["install_job"]
script:
- mvn pmd:pmd
- mvn pmd:check
cpd_job:
stage: code-check
needs: ["install_job"]
script:
- mvn pmd:cpd
- mvn pmd:cpd-check
cobertura_job:
stage: deploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment