Skip to content
Snippets Groups Projects
Commit f57795ec 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 09b881df
Branches
Tags
No related merge requests found
Pipeline #25972 failed
......@@ -142,7 +142,7 @@ stages:
<<: [ *with-composer-cache, *default-job-settings-lint ]
stage: 🪄 Lint
script:
- php vendor/squizlabs/php_codesniffer/bin/phpcs --standard=.phpcs.xml .
- php vendor/squizlabs/php_codesniffer/bin/phpcs --standard=.phpcs.xml $CI_PROJECT_DIR
'🧹 PHP Static Analysis (phpstan)':
<<: [ *with-composer-cache, *default-job-settings-lint ]
......
......@@ -10,7 +10,6 @@
<exclude-pattern>./web/*</exclude-pattern>
<exclude-pattern>./vender/*</exclude-pattern>
<file>.</file>
<!-- Only include specific sniffs that pass. This ensures that, if new sniffs are added, HEAD does not fail.-->
......
......@@ -22,5 +22,5 @@ parameters:
- yarn.lock
ignoreErrors:
- "#^Call to static method loadMultiple() on an unknown class#"
- "#^Call to static method loadMultiple\(\) on an unknown class#"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment