From b0ec6d0cc634bf6bc1d870940cabde5fd92dbb06 Mon Sep 17 00:00:00 2001 From: Soren Ptak Date: Tue, 2 Jan 2024 13:38:39 -0500 Subject: [PATCH] Ignore the clang format file for the header checks --- .github/scripts/kernel_checker.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/scripts/kernel_checker.py b/.github/scripts/kernel_checker.py index 0e8556350..6992aa2b9 100755 --- a/.github/scripts/kernel_checker.py +++ b/.github/scripts/kernel_checker.py @@ -37,7 +37,8 @@ KERNEL_IGNORED_FILES = [ 'FreeRTOS-openocd.c', 'Makefile', '.DS_Store', - 'cspell.config.yaml' + 'cspell.config.yaml', + '.clang-format' ] KERNEL_IGNORED_EXTENSIONS = [