Skip to content

Commit af4af24

Browse files
author
Soren Ptak
committed
Add the cspell config to the ignore list
1 parent ff4f782 commit af4af24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/scripts/kernel_checker.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
KERNEL_IGNORED_FILES = [
3737
'FreeRTOS-openocd.c',
3838
'Makefile',
39-
'.DS_Store'
39+
'.DS_Store',
40+
'cspell.config.yaml'
4041
]
4142

4243
KERNEL_IGNORED_EXTENSIONS = [

0 commit comments

Comments
 (0)