Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump jdkato/vale from v2.21.0 to v2.29.2 in /vale #2515

Merged
merged 3 commits into from
Oct 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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'