Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 853 Bytes

cppcheck.md

File metadata and controls

44 lines (30 loc) · 853 Bytes
title sidebar_label description
Cppcheck
Cppcheck
CodeRabbit's guide to Cppcheck.

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

:::note Tools are available under Pro-tier. :::

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.

Links