Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into cloud-api-version-…
Browse files Browse the repository at this point in the history
…2-backup
  • Loading branch information
byrond committed Mar 13, 2024
2 parents 4a4f630 + bb846cb commit f77c56e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ drupal:
#root: web

# Comma-separated list of directories that should be present for Drupal development.
create_dirs: "${drupal.root}/modules/custom,${drupal.root}/themes/custom,config/config_split/development,config/config_split/staging,config/config_split/production"
create_dirs: "${drupal.root}/modules/custom,${drupal.root}/themes/custom,config/config_split/development,config/config_split/staging,config/config_split/production,features/screenshots"

twig:
# Whether to enable twig debugging.
Expand Down
1 change: 1 addition & 0 deletions defaults/install/phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<!-- Directories to scan. -->
<file>@webroot@/modules/custom</file>
<file>@webroot@/themes/custom</file>
<file>features/bootstrap</file>

<exclude-pattern>*/behat</exclude-pattern>
<exclude-pattern>*/node_modules</exclude-pattern>
Expand Down

0 comments on commit f77c56e

Please sign in to comment.