Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into DEV-30-phpmd-config
Browse files Browse the repository at this point in the history
  • Loading branch information
raylwalters committed May 8, 2024
2 parents b19a59e + bb846cb commit 2bc7b66
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 @@ -24,7 +24,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 2bc7b66

Please sign in to comment.