Skip to content

Commit 3c3e24f

Browse files
committed
chore(formatting): do not check formatting on zcbor
Signed-off-by: Marco Casaroli <marco.casaroli@gmail.com>
1 parent 91f8d66 commit 3c3e24f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/check_c_formatting.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@ find . -type f '(' -name '*.c' -o -name '*.h' ')' \
3232
'(' -path './src/*' -o -path './tests/*' ')' \
3333
! -name 'utlist.h' \
3434
! -path './tests/Unity/*' \
35+
! -path 'src/samples/supervisor/posix/zcbor/*' \
3536
-print0 | \
3637
xargs -0 -n1 clang-format ${ARGUMENT} -Werror

0 commit comments

Comments
 (0)