Commit 452126d7 authored by bmortier's avatar bmortier
Browse files

Revert "Merge branch 'cherry-pick-3031ef5e' into '1.2-fixes'"

This reverts merge request !213
Showing with 1 addition and 2 deletions
+1 -2
......@@ -74,8 +74,7 @@ create_php_code_sniffer_rapport:
- apt-get install -y -qq git php-cli php-codesniffer
script:
- git clone https://gitlab.fusiondirectory.org/fusiondirectory/dev-tools.git ../dev-tools
- find . -type f -name '*.php' -o -name '*.inc' > ./filelist
- phpcs --standard=../dev-tools/php-codesniffer-rules/FDStandard/ruleset.xml --file-list=./filelist
- find . -type f -name '*.php' -o -name '*.inc' -exec phpcs --standard=../dev-tools/php-codesniffer-rules/FDStandard/ruleset.xml "{}" \;
# generate man pages to test validity
test_manpages:
......
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