Skip to content
Snippets Groups Projects
Commit 2fb787ea authored by Simon Bäse's avatar Simon Bäse
Browse files

Issue #3396882 by simonbaese: Adjust GitLab CI definition to upstream template changes

parent fc109542
No related branches found
No related tags found
1 merge request!3Issue #3396882: Adjust GitLab CI definition to upstream template changes
Pipeline #39542 passed
......@@ -53,15 +53,7 @@ phpcs:
allow_failure: false
phpstan:
stage: validate
needs:
- composer
script:
- php vendor/bin/phpstan analyze $_WEB_ROOT/modules/custom --configuration=$_WEB_ROOT/modules/custom/$CI_PROJECT_NAME/phpstan.neon --error-format=gitlab > phpstan-quality-report.json
allow_failure: false
artifacts:
reports:
codequality: phpstan-quality-report.json
###################################################################################
#
......
......@@ -3,9 +3,6 @@ parameters:
checkGenericClassInNonGenericObjectType: false
checkMissingIterableValueType: false
reportUnmatchedIgnoredErrors: false
excludePaths:
- expand_composer_json.php
- symlink_project.php
ignoreErrors:
# new static() is a best practice in Drupal.
- "#^Unsafe usage of new static#"
......
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