Skip to content

Commit 5d9b158

Browse files
ci(codespell): ignore ddwaf header (#4271) (#4272)
(cherry picked from commit 1c6b2a8) Co-authored-by: Tahir H. Butt <[email protected]>
1 parent 7db021d commit 5d9b158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

riotfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def select_pys(min_version=MIN_PYTHON_VERSION, max_version=MAX_PYTHON_VERSION):
150150
venvs=[
151151
Venv(
152152
name="codespell",
153-
command="codespell ddtrace/ tests/",
153+
command='codespell --skip="ddwaf.h" ddtrace/ tests/',
154154
),
155155
Venv(
156156
name="hook-codespell",

0 commit comments

Comments
 (0)