I wanted to run the cppcheck only for specific type of files and not all files.
For example, I want to run cppcheck for all files ending with "Operation.cpp" recursively (basically for *Operation.cpp). I don't find an option in cppcheck, doing the same. Could anyone help?
Also, can I grep if a function is present in the CPP file, and throw error, if it is not present in those files.