Skip to content
Snippets Groups Projects
Commit 79839fb2 authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3369381 by Project Update Bot: Automated Drupal 10 compatibility fixes...

Issue #3369381 by Project Update Bot: Automated Drupal 10 compatibility fixes for Unite and functional tests
parent f29d9830
No related branches found
No related tags found
No related merge requests found
Pipeline #25864 failed
......@@ -143,7 +143,7 @@ stages:
<<: [ *with-composer-cache, *default-job-settings-lint ]
stage: 🪄 Lint
script:
- php -d apc.enabled=0 -d apc.enable_cli=0 vendor/squizlabs/php_codesniffer/bin/phpcs --standard=./.phpcs.xml
- phpcs --standard=./.phpcs.xml
'🧹 PHP Static Analysis (phpstan)':
<<: [ *with-composer-cache, *default-job-settings-lint ]
......
# Configuration file for PHPStan static code checking, see https://phpstan.org .
# PHPStan with partial analysis is triggered in commit-code-check.sh.
includes:
- phpstan.neon.dist
# Do not add additional configuration to this file. This configuration exists
# only to allow core/scripts/dev/commit-code-check.sh to run against a subset of
# the codebase.
parameters:
reportUnmatchedIgnoredErrors: false
\ No newline at end of file
......@@ -10,11 +10,9 @@ parameters:
- .
excludePaths:
- web/*
- vender/*
- node_modules/*
- */tests/fixtures/*.php
- */tests/fixtures/*.php.gz
- */web/*
- */vender/*
- */node_modules/*
ignoreErrors:
# new static() is a best practice in Drupal, so we cannot fix that.
......
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