Skip to content

Commit 2445d24

Browse files
committed
Update tox.ini spellcheck
1 parent 27a033c commit 2445d24

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ COPY ./tools/cp-utility .
3030
# https://docs.docker.com/engine/reference/builder/#automatic-platform-args-in-the-global-scope
3131
ARG TARGETARCH
3232

33-
# Run validations and audit only on amd64 bacause it is faster and those two steps
33+
# Run validations and audit only on amd64 because it is faster and those two steps
3434
# are only used to validate the source code and don't require anything that is
3535
# architecture specific.
3636

ignore-words.txt

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

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ deps =
4646
codespell
4747

4848
commands =
49-
codespell
49+
codespell --ignore-words=ignore-words.txt .
5050

5151
[testenv:lint]
5252
basepython: python3

0 commit comments

Comments
 (0)