We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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