I have a C++ project with one very large C file (the excellent lightweight mongoose web server) which really canes cppcheck. Is there a way to disable the automatic lint for this file alone?
Or failing that, how can I switch off automatic linting for all C files, but keeping it on for C++?