From 2445d2479bc321299c050fee84bb58e19252a08c Mon Sep 17 00:00:00 2001 From: harryryu Date: Wed, 19 Jun 2024 15:52:50 -0400 Subject: [PATCH] Update tox.ini spellcheck --- Dockerfile | 2 +- ignore-words.txt | 1 + tox.ini | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 ignore-words.txt diff --git a/Dockerfile b/Dockerfile index 57166711b..6d384ed8c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ COPY ./tools/cp-utility . # https://docs.docker.com/engine/reference/builder/#automatic-platform-args-in-the-global-scope ARG TARGETARCH -# Run validations and audit only on amd64 bacause it is faster and those two steps +# Run validations and audit only on amd64 because it is faster and those two steps # are only used to validate the source code and don't require anything that is # architecture specific. diff --git a/ignore-words.txt b/ignore-words.txt new file mode 100644 index 000000000..1a22196e0 --- /dev/null +++ b/ignore-words.txt @@ -0,0 +1 @@ +crate \ No newline at end of file diff --git a/tox.ini b/tox.ini index 7cd36fbbf..eadd01903 100644 --- a/tox.ini +++ b/tox.ini @@ -46,7 +46,7 @@ deps = codespell commands = - codespell + codespell --ignore-words=ignore-words.txt . [testenv:lint] basepython: python3