79575694

Date: 2025-04-15 17:12:39
Score: 0.5
Natty:
Report link

Consider using include-cleaner in clang-tidy with cmake: https://clangd.llvm.org/design/include-cleaner

set_target_properties(${library_name} PROPERTIES CXX_CLANG_TIDY
                            "${CLANG_TIDY};--header-filter=.*<whatever you want to filter for>.*")

Note that you might need to include a .clangd file in your project.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: weineng