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 db62e30 commit f376c3bCopy full SHA for f376c3b
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
PATH=$PATH:main/tools/spell
29
# Make sure that the portable directory is not included in the spellcheck.
30
sed -i 's/find $DIRNAME/find $DIRNAME -not -path '*portable*'/g' main/tools/spell/find-unknown-comment-words
31
- find-unknown-comment-words --directory kernel/
+ find-unknown-comment-words --directory kernel/ --lexicon ./kernel/.github/lexicon.txt
32
if [ "$?" = "0" ]; then
33
exit 0
34
else
0 commit comments