Skip to content
Snippets Groups Projects
Commit 35efddee 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 70af2c01
No related branches found
No related tags found
No related merge requests found
Pipeline #25956 failed
......@@ -115,6 +115,7 @@ stages:
paths:
- vendor/
script:
- composer config minimum-stability dev
- composer config --no-plugins allow-plugins.phpstan/extension-installer true
- composer config --no-plugins allow-plugins.dealerdirect/phpcodesniffer-composer-installer true
- composer validate
......@@ -141,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 -vvv
'🧹 PHP Static Analysis (phpstan)':
<<: [ *with-composer-cache, *default-job-settings-lint ]
......
......@@ -10,7 +10,7 @@ parameters:
- .
excludePaths:
- web/*
- vendor/*
- node_modules/*
- tests/*
- /web/*
- /vendor/*
- /node_modules/*
- /tests/*
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