Don't perma-disable the future tense linter

Signed-off-by: Nic Cope <nicc@rk0n.org>
This commit is contained in:
Nic Cope 2023-10-31 17:50:55 -07:00
parent 038ad6b0f9
commit fde689dd71
1 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ refer to the function in the present tense, because it doesn't exist yet.
-->
An `XBuckets` XR has a region and an array of bucket names. The function will
create an Amazon Web Services (AWS) S3 bucket for each entry in the names array.
<!-- vale gitlab.FutureTense = NO -->
<!-- vale gitlab.FutureTense = YES -->
To write a function in Go you:
@ -78,7 +78,7 @@ build or test a composition function.
## Initialize the function from a template
Use the `crossplane beta xpkg init` command to initialize a new function. When
you run this command the CLI initializes your function using
you run this command it initializes your function using
[this GitHub repository](https://github.com/crossplane/function-template-go)
as a template.