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

Update dependency crate-ci/typos to v1.29.0 #7790

Merged
merged 6 commits into from
Jan 21, 2025
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
1 change: 1 addition & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,4 @@ check-filename = false
"vertx" = "vertx" # Name of a Jenkins plugin
"FPT" = "FPT" # Name of a University
"Brite" = "Brite" # EventBrite
"Packt" = "Packt"
2 changes: 1 addition & 1 deletion content/_partials/changelog-old.html
Original file line number Diff line number Diff line change
Expand Up @@ -13027,7 +13027,7 @@ <h3 id=v104>What's new in 1.104 (04-22-2007)</h3>
Hudson can be now configured not to use CVS compression ('-z')
(<a href="https://issues.jenkins.io/browse/JENKINS-497">issue 497</a>)
<li class="rfe">
Native m2 modules are now labaled as 'Module's, not 'Project's.
Native m2 modules are now labeled as 'Module's, not 'Project's.
(<a href="https://issues.jenkins.io/browse/JENKINS-502">issue 502</a>)
<li class="rfe">
Added <a href="https://en.wikipedia.org/wiki/Favicon">favicon</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ On GitHub's conversation tab for each PR, users will see summaries for those che

More fine-grained statistics can be found in the `Details` page.

image::/images/post-images/2020/08-github-checks-api-plugin-coding-phase-2/severity-statistics.png[Severity Statis]
image::/images/post-images/2020/08-github-checks-api-plugin-coding-phase-2/severity-statistics.png[Severity Status]

Another practical feature is the annotation for specific lines of code. Users can now review the code alone with the annotations.

Expand Down
2 changes: 1 addition & 1 deletion scripts/check-typos
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -o errexit
set -o nounset
set -o pipefail

TYPOS_VERSION=v1.28.1
TYPOS_VERSION=v1.29.0

if [[ -v CI ]] ; then
if [[ $OSTYPE == darwin* ]] ; then
Expand Down
Loading