Skip to content
This repository has been archived by the owner on Apr 1, 2018. It is now read-only.

Latest commit

 

History

History
51 lines (36 loc) · 1.4 KB

CPPCheckBear.rst

File metadata and controls

51 lines (36 loc) · 1.4 KB

Report possible security weaknesses for C/C++. For more information, consult <https://github.com/danmar/cppcheck>.

  • C
  • C++

Settings

Setting Meaning
enable Choose specific issues to report. Issues that can be reported are: all, warning, style, performance, portability, information, unusedFunction, missingInclude (Optional, defaults to '[]'.)

Dependencies

  • System requirement - apt_get - cppcheck

Can Detect

  • Security
  • Smell
  • Unreachable Code
  • Unused Code

License

AGPL-3.0

Authors