Skip to content
Snippets Groups Projects
Commit f29d9830 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 d57a313f
No related branches found
No related tags found
No related merge requests found
Pipeline #25857 failed
......@@ -143,7 +143,7 @@ stages:
<<: [ *with-composer-cache, *default-job-settings-lint ]
stage: 🪄 Lint
script:
- php vendor/squizlabs/php_codesniffer/bin/phpcs --standard=./.phpcs.xml .
- php -d apc.enabled=0 -d apc.enable_cli=0 vendor/squizlabs/php_codesniffer/bin/phpcs --standard=./.phpcs.xml
'🧹 PHP Static Analysis (phpstan)':
<<: [ *with-composer-cache, *default-job-settings-lint ]
......
......@@ -6,6 +6,8 @@
<!--Exclude folders used by common frontend tools. These folders match the file_scan_ignore_directories setting in default.settings.php-->
<exclude-pattern>*/bower_components/*</exclude-pattern>
<exclude-pattern>*/node_modules/*</exclude-pattern>
<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.-->
......
......@@ -7,11 +7,12 @@ parameters:
level: 1
paths:
- web/modules/contrib/entityqueue_form_widget
- .
excludePaths:
# Skip test fixtures.
- ../*/node_modules/*
- web/*
- vender/*
- node_modules/*
- */tests/fixtures/*.php
- */tests/fixtures/*.php.gz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment