Skip to main content

Cppcheck

Pro Plan Feature

This feature is available exclusively as part of the Pro plan and is not included in the Lite plan. Please refer to our pricing page for more information about our plans and features.

Cppcheck is a static code analysis tool for the C and C++ programming languages.

Files

Cppcheck will run on files with the following extensions:

  • .cpp
  • .cxx
  • .cc
  • .c
  • .tpp
  • .txx

Configuration

CodeRabbit will use the following settings based on the profile selected:

Chill

--disable=warning,style,information,portability,unusedFunction

Assertive

--disable=warning,style,information

CodeRabbit will use the default settings based on the profile selected if no config file is found.