We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91f8d66 commit 3c3e24fCopy full SHA for 3c3e24f
1 file changed
scripts/check_c_formatting.sh
@@ -32,5 +32,6 @@ find . -type f '(' -name '*.c' -o -name '*.h' ')' \
32
'(' -path './src/*' -o -path './tests/*' ')' \
33
! -name 'utlist.h' \
34
! -path './tests/Unity/*' \
35
+ ! -path 'src/samples/supervisor/posix/zcbor/*' \
36
-print0 | \
37
xargs -0 -n1 clang-format ${ARGUMENT} -Werror
0 commit comments