Commit e43f4d4e authored by Oana-Eliza Alexa's avatar Oana-Eliza Alexa
Browse files

update ci

No related merge requests found
Showing with 22 additions and 0 deletions
+22 -0
......@@ -20,3 +20,25 @@ create_php_code_sniffer_rapport:
script:
- find simple-plugin -type f -name '*.php' -o -name '*.inc' > ./filelist
- /root/.composer/vendor/bin/phpcs --standard=php-codesniffer-rules/FDStandard/ruleset.xml --file-list=./filelist
# Java lint
create_java_spotbugs_rapport:
image: gradle:8.10-jdk17
stage: lint
only:
- branches
- tags
script:
- cd qa/
- gradle spotbugsTest
# Java codesniffer
create_java_checkstyle_rapport:
image: gradle:8.10-jdk17
stage: lint
only:
- branches
- tags
script:
- cd qa/
- gradle checkstyleTest
\ No newline at end of file
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