Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 67a9a20

Browse files
authoredDec 19, 2022
Keep the typo check step up to date (jenkins-infra#5824)
1 parent c974daa commit 67a9a20

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed
 

‎.typos.toml

+1
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,4 @@ check-filename = false
6868
"Synopsys" = "Synopsys"
6969
# content/security/advisory/2022-06-30.adoc
7070
"testng" = "testng"
71+
"Referer" = "Referer" # false positive, the HTTP request header is misspelled on purpose

‎Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ node('docker&&linux') {
5050

5151
stage('Check for typos') {
5252
sh '''
53-
curl -qsL https://github.com/crate-ci/typos/releases/download/v1.5.0/typos-v1.5.0-x86_64-unknown-linux-musl.tar.gz | tar xvzf - ./typos
53+
curl -qsL https://github.com/crate-ci/typos/releases/download/v1.13.4/typos-v1.13.4-x86_64-unknown-linux-musl.tar.gz | tar xvzf - ./typos
5454
curl -qsL https://github.com/halkeye/typos-json-to-checkstyle/releases/download/v0.1.1/typos-checkstyle-v0.1.1-x86_64 > typos-checkstyle && chmod 0755 typos-checkstyle
5555
./typos --format json | ./typos-checkstyle - > checkstyle.xml || true
5656
'''

‎content/_partials/changelog-old.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -13625,7 +13625,7 @@ <h3>What's new in 1.71 (01-07-2007)</h3>
1362513625
</ul>
1362613626
<h3>What's new in 1.70 (01-06-2007)</h3>
1362713627
<ul>
13628-
<li>Added a new listerner <tt>SCMListener</tt> so that plugins can do something
13628+
<li>Added a new listener <tt>SCMListener</tt> so that plugins can do something
1362913629
when change set is determined for a build. This is useful for integration with other systems.
1363013630
<li>Added an extension point <tt>ChangeLogAnnotator</tt> so that plugins can do HTML markup
1363113631
on changelog text. Again, this is useful for integration with other systems,
@@ -14165,7 +14165,7 @@ <h3>What's new in 1.29</h3>
1416514165
<ul>
1416614166
<li>Test result trend can be displayed in two modes now. One is just to show failures,
1416714167
the other is to show both total tests and failures. The former is useful when
14168-
you have healty tests (a large number of tests and small number of failures.)
14168+
you have healthy tests (a large number of tests and small number of failures.)
1416914169
<li>Fixed the bug where RSS pages weren't rendered correctly at all.
1417014170
</ul>
1417114171
<h3>What's new in 1.28</h3>

‎content/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ As always, last night's Ruby Plugins hack session was a pleasure. Below is a qui
2626
=== Charles
2727

2828
* to research what can be shared between JRuby ``ScriptingContainer``s
29-
* API for unmarshaling hooks on serialized ruby objects
29+
* API for unmarshalling hooks on serialized ruby objects
3030
* Change the name of the repo :)
3131
* Document... something!
3232

‎content/security/advisory/2018-05-09.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ issues:
115115

116116

117117
- id: SECURITY-671
118-
title: XML Exernal Entity processing vulnerability in Black Duck Hub Plugin
118+
title: XML External Entity processing vulnerability in Black Duck Hub Plugin
119119
reporter: James Nord, CloudBees, Inc.
120120
cve: CVE-2018-1000198
121121
cvss:

0 commit comments

Comments
 (0)
Please sign in to comment.