Commit c09e91c0 authored by Benoit Mortier's avatar Benoit Mortier
Browse files

Merge branch '1.3-dev' into 5891-update-locales-for-1-3

Showing with 3 additions and 3 deletions
+3 -3
......@@ -75,15 +75,15 @@ create_perlcritic_rapport:
- perlcritic --quiet --verbose "%f~|~%s~|~%l~|~%c~|~%m~|~%e~|~%p~||~%n" contrib/bin
# PHP codesniffer
create_php_code_sniffer_rapport:
create_php_code_sniffer_rapport_13:
stage: codestyle
only:
- branches
- branch
before_script:
- apt-get update -qq
- apt-get install -y -qq git php-cli php-codesniffer
script:
- git clone https://gitlab.fusiondirectory.org/fusiondirectory/dev-tools.git ../dev-tools
- git clone https://gitlab.fusiondirectory.org/fusiondirectory/dev-tools.git -b 1.3 ../dev-tools
- find . -type f -name '*.php' -o -name '*.inc' > ./filelist
- phpcs --standard=../dev-tools/php-codesniffer-rules/FDStandard/ruleset.xml --file-list=./filelist
......
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