Commit 5e83cb05 authored by jswaelens's avatar jswaelens
Browse files

Merge branch '5696-we-should-remove-the-files-which-moved-to-dev-tools' into '1.3-dev'

Resolve "We should remove the files which moved to dev-tools"

Closes #5696

See merge request !14
Showing with 3 additions and 2 deletions
+3 -2
...@@ -9,12 +9,13 @@ variables: ...@@ -9,12 +9,13 @@ variables:
# Install php-codesniffer, git and php # Install php-codesniffer, git and php
before_script: before_script:
- apt-get update -qq - apt-get update -qq
- apt-get install -y -qq php-codesniffer git php - apt-get install -y -qq php-codesniffer git php-codesniffer php
# PHP codesniffer # PHP codesniffer
create_php_code_sniffer_rapport: create_php_code_sniffer_rapport:
script: script:
- find . -type f -name '*.php' -o -name '*.inc' -exec phpcs --standard=developers/FDStandard/ruleset.xml "{}" \; - git clone https://gitlab.fusiondirectory.org/fusiondirectory/dev-tools.git ../dev-tools
- phpcs --standard=../dev-tools/php-codesniffer-rules/FDStandard/ruleset.xml $(find . -type f -name '*.php' -o -name '*.inc')
# PHP lint # PHP lint
create_php_lint_rapport: create_php_lint_rapport:
......
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