style: reformat code and update cppcheck suppressions
This commit is contained in:
committed by
Loic Coenen (aider)
parent
d2e39f3451
commit
c2df024350
2
makefile
2
makefile
@@ -22,7 +22,7 @@ clean:
|
||||
rm -f looper integration_test src/*.o
|
||||
|
||||
check:
|
||||
cppcheck --enable=all --error-exitcode=1 src/*.c --library=posix .
|
||||
cppcheck --enable=all --error-exitcode=1 --suppress=missingIncludeSystem --suppress=usleepCalled --suppress=unreadVariable --suppress=normalCheckLevelMaxBranches src/*.c --library=posix .
|
||||
|
||||
# Optional: Format code using clang-format
|
||||
format:
|
||||
|
||||
Reference in New Issue
Block a user