Ignore the clang format file for the header checks

This commit is contained in:
Soren Ptak 2024-01-02 13:38:39 -05:00
parent e25b6e145d
commit b0ec6d0cc6

View file

@ -37,7 +37,8 @@ KERNEL_IGNORED_FILES = [
'FreeRTOS-openocd.c',
'Makefile',
'.DS_Store',
'cspell.config.yaml'
'cspell.config.yaml',
'.clang-format'
]
KERNEL_IGNORED_EXTENSIONS = [