Remove the spelling exceptions, they are not needed anymore since #588#590
Remove the spelling exceptions, they are not needed anymore since #588#590maelvls wants to merge 2 commits intocert-manager:release-nextfrom
Conversation
Signed-off-by: Maël Valais <mael@vls.dev>
The reason why I had to remove .spelling exceptions is that ./scripts/verify clones from the branch "release-next" into the /docs-next folder, but the .spelling that were made to release-next aren't know by alex. That means any word added .spelling in release-next will break ./script/verify for any other branch. Signed-off-by: Maël Valais <mael@vls.dev>
|
@maelvls: This PR is not for the master branch but does not have the DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: maelvls The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@maelvls: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
Not needed anymore after #591 /close |
|
@maelvls: Closed this PR. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
The reason why I had to remove .spelling exceptions is that
./scripts/verifyclones from the branch release-next into the/docs-nextfolder, but the.spellingadditions that were made to release-next branch aren't know by alex. That means any word added.spellingand merged to release-next will break./script/verifyfor any other branch.In #588, I removed the need for the two .spelling additions. In this PR, I remove the words entirely since they are not needed anymore.