Skip to content

Commit

Permalink
Further fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Idrinth committed May 12, 2024
1 parent 86b839a commit 9f887cb
Show file tree
Hide file tree
Showing 6 changed files with 910 additions and 27 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/conflibot.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/pull-request-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- run: git remote add pullrequest "https://github.com/${{github.event.pull_request.head.repo.full_name}}"
- run: git fetch pullrequest "${GITHUB_HEAD_REF}"
- run: git switch $GITHUB_HEAD_REF
- run: check-pr-length --max=350 --total=500 --base=the-one --silent=false --exclude="package-lock.json;*/package-lock.json"
- run: check-pr-length --max=350 --total=500 --base=the-one --silent=false --exclude="package-lock.json"
2 changes: 1 addition & 1 deletion .spellcheckerrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ plugins:
- repeated-words
quiet: true
dictionaries:
- ../.dictionary.txt
- .dictionary.txt
4 changes: 2 additions & 2 deletions language/fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ increment_below_one: Vous devez incrémenter vos fils d\’exécution à chaque
maximum_below_one: Vous ne pouvez pas définir le maximum en bas de un.
server_header_is_set: L'entête du serveur est défini. Enlevez celui-ci pour améliorer la sécurité.
powered_by_is_set: L'entête X-Powered-By est défini. Il partage des informations critiques avec le monde.
validation_errors: %1% erreurs rencontrées.
validation_warnings: %1% avertissements rencontrés.
validation_errors: "%1% erreurs rencontrées."
validation_warnings: "%1% avertissements rencontrés."
invalid_pre_definition: La pré-définition sur la route %1% n'est pas valide.
invalid_post_definition: La post-définition sur la route %1% n'est pas valide.
unknown_route_property: La propriété %1% sur la route %1% est inconnue.
Expand Down
Loading

0 comments on commit 9f887cb

Please sign in to comment.