diff --git a/.github/scripts/kernel_checker.py b/.github/scripts/kernel_checker.py index a0706932fe0..0aa3e8f71ca 100755 --- a/.github/scripts/kernel_checker.py +++ b/.github/scripts/kernel_checker.py @@ -36,7 +36,8 @@ KERNEL_IGNORED_FILES = [ 'FreeRTOS-openocd.c', 'Makefile', - '.DS_Store' + '.DS_Store', + 'cspell.config.yaml' ] KERNEL_IGNORED_EXTENSIONS = [