Skip to content

Commit a57d0bd

Browse files
authored
YETUS-1207. upgrade codespell to 2.2.1 (#295)
1 parent 6ff7981 commit a57d0bd

File tree

9 files changed

+10
-7
lines changed

9 files changed

+10
-7
lines changed

.codespellignorelines

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@
1414
# limitations under the License.
1515
unless FileUtils.uptodate?(output, docs) &&
1616
FileUtils.uptodate?(output, [SHELLDOCS])
17+
-v /src/precommit/src/main/shell:/input:ro \

.codespellignorewords

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
drob

.codespellrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515

1616
[codespell]
1717
skip = *.css.*,*.js,./.git/*,./asf.yaml,./asf-site-src/Gemfile.lock
18-
ignore-regex = class\=\"nd\"
19-
18+
ignore-words = .codespellignorewords
19+
exclude-file = .codespellignorelines

asf-site-src/source/documentation/in-progress/precommit/qbt.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ ${FILE,path="<report-file-path>"}
6969
</body></html>
7070
```
7171

72-
If your mailing lists do not allow HTML-formatted email, then the `--brief-report-file` provides a solution. This option creates a very plain, reduced content text file suitable for email. It contains just the barebones information needed to get information on failures: what voted -1, what tests failed, what subsystems are long running (configurable with the `--brief-report-long` opton), and a list of any attached log files.
72+
If your mailing lists do not allow HTML-formatted email, then the `--brief-report-file` provides a solution. This option creates a very plain, reduced content text file suitable for email. It contains just the barebones information needed to get information on failures: what voted -1, what tests failed, what subsystems are long running (configurable with the `--brief-report-long` option), and a list of any attached log files.
7373

7474
NOTE: Be aware that ASF mailing lists do not allow HTML formatted email.
7575

asf-site-src/source/documentation/in-progress/precommit/usage-intro.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ For many projects, it is useful to test Java code against multiple versions of J
440440
$ test-patch --plugins=all --multijdkdirs="/j/d/k/1,/j/d/k/2"
441441
```
442442
443-
Not all Java tests support this mode, but those that do will now run their tests with all of the given versions of Java consecutively (e.g., `javac`--the Java compliation test). Tests that do not support MultiJDK mode (e.g., checkstyle, mvn install) will use JAVA\_HOME.
443+
Not all Java tests support this mode, but those that do will now run their tests with all of the given versions of Java consecutively (e.g., `javac`--the Java compilation test). Tests that do not support MultiJDK mode (e.g., checkstyle, mvn install) will use JAVA\_HOME.
444444
445445
NOTE: JAVA\_HOME is always appended to the list of JDKs in MultiJDK mode. If JAVA\_HOME is in the list, it will be moved to the end.
446446

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@
253253
<excludes>
254254
<exclude>.mvn/maven.config</exclude>
255255
<exclude>.gitattributes</exclude>
256+
<exclude>.codespellignorewords</exclude>
256257
</excludes>
257258
</configuration>
258259
</plugin>

precommit/src/main/shell/core.d/change-analysis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ function exclude_paths_from_changed_files
131131
}
132132

133133
## @description Check for directories to skip during
134-
## @description changed module calcuation
134+
## @description changed module calculation
135135
## @description requires $MODULE_SKIPDIRS to be set
136136
## @audience private
137137
## @stability stable

precommit/src/main/shell/test-patch-docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ RUN apt-get -q update && apt-get -q install --no-install-recommends -y \
322322
ARG PY3_ANSIBLE_VERSION=5.5.0
323323
ARG PY3_ANSIBLELINT_VERSION=6.0.2
324324
ARG PY3_ASTROID_VERSION=2.11.2
325-
ARG PY3_CODESPELL_VERSION=2.1.0
325+
ARG PY3_CODESPELL_VERSION=2.2.1
326326
ARG PY3_DETECT_SECRETS=1.2.0
327327
ARG PY3_DOCKER_COMPOSE=1.29.2
328328
ARG PY3_PYLINT_VERSION=2.13.4

yetus-dist/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<relativePath>..</relativePath>
3030
</parent>
3131
<artifactId>yetus-dist</artifactId>
32-
<description>Distrbution Creation</description>
32+
<description>Distribution Creation</description>
3333
<name>Apache Yetus - Distribution</name>
3434
<packaging>pom</packaging>
3535

0 commit comments

Comments
 (0)