Skip to content

Steps to test with Clang‐Tidy

Prachi Sheth edited this page Dec 15, 2024 · 2 revisions

run the following command to test any of your .cpp file:

clang-tidy src/Processing/biquadratic.cpp -checks='cppcoreguidelines-*' -- -std=c++17 -I/home/prachisheth/WS24-physiological-computing/HriPhysioLib/include

change the path as necessary

Clone this wiki locally