Skip to content

Commit

Permalink
Merge pull request #178 from palantirnet/code-checks-on-custom-profil…
Browse files Browse the repository at this point in the history
…e-dir

Remove profiles/custom/ directory from code checks
  • Loading branch information
Eric Schmidt authored Dec 3, 2021
2 parents 7f319bb + 8d514a0 commit 44b1702
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 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,${drupal.root}/profiles/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"

twig:
# Whether to enable twig debugging.
Expand Down Expand Up @@ -233,7 +233,7 @@ phpcs:
standard: "${build.dir}/vendor/drupal/coder/coder_sniffer/Drupal/ruleset.xml"

# Space-separated list of directories to review.
directories: "${drupal.root}/modules/custom ${drupal.root}/themes/custom ${drupal.root}/profiles/custom"
directories: "${drupal.root}/modules/custom ${drupal.root}/themes/custom"

# Comma-separated list of patterns for files and directories to exclude from the
# PHP_CodeSniffer review.
Expand All @@ -256,7 +256,7 @@ phpcs:
# $> phpmd ${phpmd.directories} ${phpmd.format} ${phpmd.rulesets} --suffixes=${phpmd.suffixes}
phpmd:
# Comma-separated list of directories to review.
directories: "${drupal.root}/modules/custom/,${drupal.root}/themes/custom/,${drupal.root}/profiles/custom/"
directories: "${drupal.root}/modules/custom/,${drupal.root}/themes/custom/"
# Output format for phpmd.
format: text
# Comma-separated list of ruleset paths or names.
Expand All @@ -273,7 +273,7 @@ drupal-check:
# because of repository-level composer conflicts.
bin: "~/bin/drupal-check"
# Comma separated list of directories
directories: "${drupal.root}/modules/custom/,${drupal.root}/themes/custom/,${drupal.root}/profiles/custom/"
directories: "${drupal.root}/modules/custom/,${drupal.root}/themes/custom/"

# Configuration for running behat tests.
#
Expand Down

0 comments on commit 44b1702

Please sign in to comment.