Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion doc/developers/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ You are welcome to reach out to qde@naccy.de if you need help, or have any quest
To do
-----

* Enforce ``clang-format`` and ``clang-tidy`` on all source files.
* Remove the RPM ``x86_64`` macro `workaround <https://pagure.io/epel/issue/325>`_ from the Fedora ``bpfilter.spec``.
* Gate the documentation generate in Fedora's ``bpfilter.spec`` with a ``bcond``.
* Add support for CMake 4.0 and ``ninja``.
Expand Down
1 change: 1 addition & 0 deletions tests/check/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ add_test(NAME "check.checkstyle"
${CLANG_FORMAT_BIN}
--style=file:${CMAKE_SOURCE_DIR}/.clang-format
--dry-run
--Werror
${bf_srcs}
)

Expand Down
Loading