Skip to content

Commit

Permalink
add cpsell project words for Gitlab-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
WengerK committed Jun 14, 2024
1 parent 62f9f76 commit 6f8d31f
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
19 changes: 19 additions & 0 deletions .cspell-project-words.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Antistatique
antistatique
cleancode
codesize
Cyclomatic
interesed
libbz
passowrd
phpcf
PHPCPD
phpcpd
phpdd
presisted
propre
rulesets
unusedcode
updb
wapmorgan
wengerk
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion tests/src/Functional/SettingsFormTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 6f8d31f

Please sign in to comment.