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 7511983 commit 04b55c0Copy full SHA for 04b55c0
tests/patch/checkpatch/checkpatch.sh
@@ -15,7 +15,12 @@ BAD_REPORTED_BY_LINK
15
16
tmpfile=$(mktemp)
17
18
-./scripts/checkpatch.pl --strict --max-line-length=80 --ignore=$IGNORED -g HEAD | tee $tmpfile
+./scripts/checkpatch.pl -g HEAD \
19
+ --strict \
20
+ --codespell \
21
+ --max-line-length=80 \
22
+ --ignore=$IGNORED \
23
+ | tee $tmpfile
24
25
grep 'total: 0 errors, 0 warnings, 0 checks' $tmpfile
26
ret=$?
0 commit comments