Zhannel Omarova
Zhannel Omarova
Hello, I am going to working on this issue
@fruffy if i want to extract formatters into a separate directory or module, may i add only clang-format and cmake-format scripts ? It is a bit complicated to find all...
added PR #4552 should i add conditional checks? In order to handle the dependencies based on whether CMAKE_LINT_ONLY is enabled or not: if(NOT CMAKE_LINT_ONLY) find_package(FLEX REQUIRED) find_package(BISON REQUIRED) find_package(Boost REQUIRED)...