Skip to content

Commit

Permalink
Merge pull request #2515 from buildkite/fa55dependabot/docker/vale/jd…
Browse files Browse the repository at this point in the history
…kato/vale-v2.29.2

Bump jdkato/vale from v2.21.0 to v2.29.2 in /vale
  • Loading branch information
dannymidnight authored Oct 12, 2023
2 parents f1d9d9b + 7016443 commit ebc45cd
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 14 deletions.
2 changes: 1 addition & 1 deletion pages/apis/api_differences.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion vale/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM jdkato/vale:v2.21.0
FROM jdkato/vale:v2.29.2
3 changes: 1 addition & 2 deletions vale/styles/Buildkite/eg.yml
Original file line number Diff line number Diff line change
@@ -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'
- '\be\.g.\b'
3 changes: 1 addition & 2 deletions vale/styles/Buildkite/etc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
extends: existence
message: Consider replacing '%s' with 'and so on'
level: warning
code: false
ignorecase: true
tokens:
- '\betc\.\b'
- '\betc\.\b'
6 changes: 2 additions & 4 deletions vale/styles/Buildkite/existence-case-sensitive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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`
(?<!-)(?i:BitBucket): Bitbucket # (?<!-) ignores bitbucket with a preceding dash, as in `buildkite-bitbucket-aws-terraform`
(?<!-)(?i:BitBucket): Bitbucket # (?<!-) ignores bitbucket with a preceding dash, as in `buildkite-bitbucket-aws-terraform`
(?i:Amazon Web Services): Amazon Web Services
(?i:Artifactory): Artifactory
(?i:AWS Lambda): AWS Lambda
Expand All @@ -37,7 +35,7 @@ swap:
(?i:Google Cloud Storage): Google Cloud Storage
(?i:Google Cloud): Google Cloud
(?i:Google Compute Engine): Google Compute Engine
(?i:Google Container Engine): Google Kubernetes Engine # Google renamed Container to Kubernetes in 2017. See https://cloud.google.com/blog/products/gcp/introducing-certified-kubernetes-and-google-kubernetes-engine
(?i:Google Container Engine): Google Kubernetes Engine # Google renamed Container to Kubernetes in 2017. See https://cloud.google.com/blog/products/gcp/introducing-certified-kubernetes-and-google-kubernetes-engine
(?i:Google Kubernetes Engine): Google Kubernetes Engine
(?i:GraphQL): GraphQL
(?i:IronWorker): IronWorker
Expand Down
3 changes: 1 addition & 2 deletions vale/styles/Buildkite/ie.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
extends: existence
message: Consider replacing '%s' with 'in other words'
level: warning
code: false
ignorecase: true
tokens:
- '\bi\.e\b'
- '\bi\.e.\b'
- '\bi\.e.\b'
3 changes: 1 addition & 2 deletions vale/styles/Buildkite/via.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
extends: existence
message: Consider replacing '%s' with 'using'
level: warning
code: false
ignorecase: true
tokens:
- '\bvia\b'
- '\bvia\b'

0 comments on commit ebc45cd

Please sign in to comment.