diff --git a/pages/apis/api_differences.md b/pages/apis/api_differences.md index b415893598..7e1eeecf7d 100644 --- a/pages/apis/api_differences.md +++ b/pages/apis/api_differences.md @@ -23,7 +23,7 @@ On this page, we've collected the known limitation where some API features are o * <%= pill "AGENTS", "agents" %> [Get a list of agent token IDs (agent tokens are currently only available via GraphQL)](/docs/apis/graphql/cookbooks/agents#get-a-list-of-agent-token-ids). * <%= pill "BUILDS", "builds" %> [Get all environment variables set on a build](/docs/apis/graphql/cookbooks/builds#get-all-environment-variables-set-on-a-build). * <%= pill "BUILDS", "builds" %> [Increase the next build number](/docs/apis/graphql/cookbooks/builds#increase-the-next-build-number). -* <%= pill "BUILDS", "builds" %> [Get build info by ID] (/docs/apis/graphql/cookbooks/builds#get-build-info-by-id). +* <%= pill "BUILDS", "builds" %> [Get build info by ID](/docs/apis/graphql/cookbooks/builds#get-build-info-by-id). * <%= pill "JOBS", "jobs" %> [Get all jobs in a given queue for a given timeframe](/docs/apis/graphql/cookbooks/jobs#get-all-jobs-in-a-given-queue-for-a-given-timeframe). * <%= pill "JOBS", "jobs" %> [Get all jobs in a particular concurrency group](/docs/apis/graphql/cookbooks/jobs#get-all-jobs-in-a-particular-concurrency-group). * <%= pill "JOBS", "jobs" %> list job events. diff --git a/vale/Dockerfile b/vale/Dockerfile index 6f1753230f..d0041f651b 100644 --- a/vale/Dockerfile +++ b/vale/Dockerfile @@ -1 +1 @@ -FROM jdkato/vale:v2.21.0 +FROM jdkato/vale:v2.29.2 diff --git a/vale/styles/Buildkite/eg.yml b/vale/styles/Buildkite/eg.yml index 8030b2ab3b..19d955585b 100644 --- a/vale/styles/Buildkite/eg.yml +++ b/vale/styles/Buildkite/eg.yml @@ -1,8 +1,7 @@ extends: existence message: Consider replacing '%s' with 'for example' level: warning -code: false ignorecase: true tokens: - '\be\.g\b' - - '\be\.g.\b' \ No newline at end of file + - '\be\.g.\b' diff --git a/vale/styles/Buildkite/etc.yml b/vale/styles/Buildkite/etc.yml index 8416642490..76424e0d90 100644 --- a/vale/styles/Buildkite/etc.yml +++ b/vale/styles/Buildkite/etc.yml @@ -1,7 +1,6 @@ extends: existence message: Consider replacing '%s' with 'and so on' level: warning -code: false ignorecase: true tokens: - - '\betc\.\b' \ No newline at end of file + - '\betc\.\b' diff --git a/vale/styles/Buildkite/existence-case-sensitive.yml b/vale/styles/Buildkite/existence-case-sensitive.yml index e804642ff7..214e7c2c2f 100644 --- a/vale/styles/Buildkite/existence-case-sensitive.yml +++ b/vale/styles/Buildkite/existence-case-sensitive.yml @@ -5,8 +5,6 @@ # For most single words, try using the Buildkite.spelling ignore list first. - - extends: substitution message: Consider using '%s' instead of '%s' level: error @@ -17,7 +15,7 @@ swap: # Example: `(?i:Spongebob Meme): SpOnGeBoB MeMe` # Or use a regular string to capture a specific, frequent case error # Example: `Bell Hooks: bell hooks` - (?