Skip to content

Commit 04b55c0

Browse files
committed
tests: patch: enable codespell
Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 7511983 commit 04b55c0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests/patch/checkpatch/checkpatch.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@ BAD_REPORTED_BY_LINK
1515

1616
tmpfile=$(mktemp)
1717

18-
./scripts/checkpatch.pl --strict --max-line-length=80 --ignore=$IGNORED -g HEAD | tee $tmpfile
18+
./scripts/checkpatch.pl -g HEAD \
19+
--strict \
20+
--codespell \
21+
--max-line-length=80 \
22+
--ignore=$IGNORED \
23+
| tee $tmpfile
1924

2025
grep 'total: 0 errors, 0 warnings, 0 checks' $tmpfile
2126
ret=$?

0 commit comments

Comments
 (0)