Commit 92acd6dd authored by bmortier's avatar bmortier
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 !14
Showing with 2 additions and 2 deletions
+2 -2
......@@ -25,6 +25,6 @@ create_php_code_sniffer_rapport:
- phpcs --standard=../dev-tools/php-codesniffer-rules/FDStandard/ruleset.xml .
# PHP lint
create_php_list_rapport:
create_php_lint_rapport:
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