Skip to content

tests: Add some code quality checks (mainly for maintainers)

Richard W.M. Jones requested to merge rwmjones/libnbd:2024-code-tests into master

Check things like every use of assert(3) includes <assert.h> and a few other things which are relatively easy to check statically.

Merge request reports