From 8b810725ec4b9f1b17d7a956792694d571ff0664 Mon Sep 17 00:00:00 2001 From: Liam Morland Date: Thu, 24 Jun 2021 10:20:15 -0400 Subject: [PATCH 1/2] Coding standards: Remove trailing whitespace --- README.md | 3 +-- manifests/drupal7.sh | 2 +- variables/development.services.yml | 2 +- variables/settings.local.php | 26 +++++++++++++------------- 4 files changed, 16 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index bf77cb6..526b92e 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ https://www.vagrantup.com/vmware/downloads https://git.uwaterloo.ca/help/ssh/README -4. You may need to add the LDAP config settings for LDAP to work. If you are part of the WCMS team you should already have access to the neccessary information. If you are an on-campus developer, you can contact the WCMS and ask how to set this up. +4. You may need to add the LDAP config settings for LDAP to work. If you are part of the WCMS team you should already have access to the neccessary information. If you are an on-campus developer, you can contact the WCMS and ask how to set this up. The folder is located here: @@ -311,4 +311,3 @@ To use the commands, from the command line type the text on the left of the = to storegitpw='git config --global credential.helper store' si='drush si uw_base_profile --account-name=wcmsadmin --account-pass=a --site-name="WCMS Test"' - diff --git a/manifests/drupal7.sh b/manifests/drupal7.sh index 7fb5596..c6bc4a0 100755 --- a/manifests/drupal7.sh +++ b/manifests/drupal7.sh @@ -123,4 +123,4 @@ do mkdir /var/www/$profile/apps done -echo "Setting up all the things for Drupal8..." \ No newline at end of file +echo "Setting up all the things for Drupal8..." diff --git a/variables/development.services.yml b/variables/development.services.yml index a9fc52f..0553016 100644 --- a/variables/development.services.yml +++ b/variables/development.services.yml @@ -10,4 +10,4 @@ parameters: cache: false services: cache.backend.null: - class: Drupal\Core\Cache\NullBackendFactory \ No newline at end of file + class: Drupal\Core\Cache\NullBackendFactory diff --git a/variables/settings.local.php b/variables/settings.local.php index 1b08ee8..3d433cb 100644 --- a/variables/settings.local.php +++ b/variables/settings.local.php @@ -1,5 +1,5 @@ Date: Thu, 24 Jun 2021 10:26:11 -0400 Subject: [PATCH 2/2] Remove condition which causes coding standards checks to hang Prior to this change, phpcs would hang on this file. --- manifests/drupal7.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/drupal7.sh b/manifests/drupal7.sh index c6bc4a0..5b93f7a 100755 --- a/manifests/drupal7.sh +++ b/manifests/drupal7.sh @@ -90,7 +90,7 @@ do server="${profile/drupal/d}" for site in $(seq 1 $sites) do - echo "