Commit 32c36f4c authored by Jonathan Swaelens's avatar Jonathan Swaelens
Browse files

:ambulance: feat(gitlab-ci) Add .inc files to php lint check


Add .inc files to php lint check

closes #5693

Signed-off-by: default avatarJonathan Swaelens <swaelens.jonathan@opensides.be>
Showing with 2 additions and 2 deletions
+2 -2
...@@ -25,6 +25,6 @@ create_php_code_sniffer_rapport: ...@@ -25,6 +25,6 @@ create_php_code_sniffer_rapport:
- phpcs --standard=../dev-tools/php-codesniffer-rules/FDStandard/ruleset.xml . - phpcs --standard=../dev-tools/php-codesniffer-rules/FDStandard/ruleset.xml .
# PHP lint # PHP lint
create_php_list_rapport: create_php_lint_rapport:
script: script:
- find . -type f -name '*.php' -exec php -l "{}" \; - find . -type f -name '*.php' -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