We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27a033c commit 2445d24Copy full SHA for 2445d24
Dockerfile
@@ -30,7 +30,7 @@ COPY ./tools/cp-utility .
30
# https://docs.docker.com/engine/reference/builder/#automatic-platform-args-in-the-global-scope
31
ARG TARGETARCH
32
33
-# 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
34
# are only used to validate the source code and don't require anything that is
35
# architecture specific.
36
ignore-words.txt
@@ -0,0 +1 @@
1
+crate
tox.ini
@@ -46,7 +46,7 @@ deps =
46
codespell
47
48
commands =
49
- codespell
+ codespell --ignore-words=ignore-words.txt .
50
51
[testenv:lint]
52
basepython: python3
0 commit comments