Skip to content

Minor fixes for clang-tidy finding and clang-format hook

  • Sometimes CLANG_FORMAT_VERSION was used instead of CLANG_TIDY_VERSION
  • Replace which with command -v to follow POSIX specs (under "Shell & Utilities" -> "Utilities" -> "command" or just search it)

Merge request reports