Commit 7fbd0d02 authored by jswaelens's avatar jswaelens
Browse files

Merge branch '5693-add-inc-for-php-lint-check' into '1.3-dev'

Resolve "add .inc for php lint check"

Closes #5693

See merge request !17
Showing with 2 additions and 2 deletions
+2 -2
......@@ -22,9 +22,9 @@ create_perlcritic_rapport:
create_php_code_sniffer_rapport:
script:
- 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' -exec phpcs --standard=../dev-tools/php-codesniffer-rules/FDStandard/ruleset.xml "{}" \;
# PHP lint
create_php_lint_rapport:
script:
- find . -type f -name '*.php' -name '*.inc' -exec php -l "{}" \;
- find . -type f -name '*.php' -o -name '*.inc' -exec php -l "{}" \;
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