Skip to content
Snippets Groups Projects
Commit 04fb0342 authored by Jürgen Haas's avatar Jürgen Haas
Browse files

Issue #3398042 by danielspeicher, jurgenhaas: Coding standards for PHP Stan Level 6 and CS

parent 53b5c485
No related branches found
No related tags found
No related merge requests found
......@@ -13,15 +13,4 @@ phpcs:
allow_failure: false
phpstan:
stage: validate
allow_failure: false
rules:
- if: '$SKIP_PHPSTAN == "1"'
when: never
- when: on_success
artifacts:
when: always
reports:
codequality: phpstan-report.json
script:
- vendor/bin/phpstan analyze --memory-limit=2G --no-interaction --no-progress --error-format=gitlab $_WEB_ROOT/modules/custom | tee phpstan-report.json
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment