diff --git a/.cspell-project-words.txt b/.cspell-project-words.txt new file mode 100644 index 0000000..302344c --- /dev/null +++ b/.cspell-project-words.txt @@ -0,0 +1,19 @@ +Antistatique +antistatique +cleancode +codesize +Cyclomatic +interesed +libbz +passowrd +phpcf +PHPCPD +phpcpd +phpdd +presisted +propre +rulesets +unusedcode +updb +wapmorgan +wengerk diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a2aecf..36dacc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - add tests with drupal 10.3 - add configuration settings `timesup.settings.resolvers` to enable or disable resolvers. +- add cpsell project words for Gitlab-CI ## [2.0.1] - 2024-03-01 ### Fixed diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b5c1a44..d2c967f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -40,7 +40,7 @@ Once run, you will be able to access to your fresh installed Drupal on `localhos docker compose up -d drupal docker compose exec -u www-data drupal drush site-install standard --db-url="mysql://drupal:drupal@db/drupal" --site-name=Example -y - # You may be interesed by reseting the admin passowrd of your Docker and install the module using those cmd. + # You may be interested in resetting the admin password of your Docker and installing the module using those cmd. docker compose exec drupal drush user:password admin admin docker compose exec drupal drush en timesup diff --git a/tests/src/Functional/SettingsFormTest.php b/tests/src/Functional/SettingsFormTest.php index adb3794..b54cf28 100644 --- a/tests/src/Functional/SettingsFormTest.php +++ b/tests/src/Functional/SettingsFormTest.php @@ -35,7 +35,7 @@ class SettingsFormTest extends BrowserTestBase { * Ensure the routing permissions works. */ public function testAccessPermission() { - // Create a user whitout permission for tests. + // Create a user without permission for tests. $account = $this->drupalCreateUser(); $this->drupalLogin($account);