79654295

Date: 2025-06-05 10:55:40
Score: 1.5
Natty:
Report link

Just specify --config-file option as an argument for clang-tidy:

set(CMAKE_CXX_CLANG_TIDY "clang-tidy;--config-file=${CMAKE_SOURCE_DIR}/.clang-tidy")
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Sergey Belenkov