static analysis of C/C++ code. Contribute to okichallenge/cppcheck development by creating an account on GitHub.
cppcheckmisra UpdatedJan 4, 2021 Python cmake swiss army knife github docker action lintdockercoveragecmakevalgrindcppcheckclang-tidyiwyugithub-actionsgithub-actions-dockerclang-sanitizers UpdatedFeb 27, 2025 Python Configure some pre-commit hooks for some c++ tools ...
This makes it possible to add cppcheck as a required CI step on GitHub. Currently only Shippable CI and GitHub Actions is supported for knowing the repository, branch and linking to build logs. Input can either be a directory (e.g. ".") or specific files. For pull requests the special...
disabled codecov comments and actions for now (danmar#4896) Mar 17, 2023 console_common.pri pro and pri files: remove unneeded empty lines, use spaces for consis… Oct 12, 2012 cppcheck-errors.rng Readd cppcheck-errors.rng Jun 20, 2021 ...
static analysis of C/C++ code. Contribute to hcorg/cppcheck development by creating an account on GitHub.
Actions All workflows Analysis Build CI - Windows Build CI -Linux Contribution Check - Git Inspector cppcheck-action Unit testing Valgrind Management Caches cppcheck-action cppcheck-action.yml 0 workflow runs Event Status Branch Actor This workflow has no runs yet....
作为编译器的一种补充检查,cppcheck对产品的源代码执行严格的逻辑检查,还支持第三方的代码规则检查,譬如最常见的汽车行业的规范misra,目前github上的资源https://github.com/danmar/cppcheck的资源,可以检查misra相关的规则,但无法输出misra的详细信息,本资源可以,是在github上的资源上添加了misra相关的资源文件,是参考...
Actions Automate any workflow Codespaces Instant dev environments Issues Plan and track work Code Review Manage code changes Discussions Collaborate outside of code Code Search Find more, search less Explore All features Documentation GitHub Skills Blog Solutions By company size Enterprises Sma...
Actions Projects Security Insights Additional navigation options master BranchesTags Code Folders and files Name Last commit message Last commit date Latest commit History 12,727 Commits Cppcheck.xcodeproj cfg cli democlient externals/tinyxml gui ...
$ cd path/to/cppcheck $ python tools/matchcompiler.py A file example.cpp will be generated on the build directory: // build/example.cpp #include "token.h" #include "errorlogger.h" #include <string> #include <cstring> static const std::string matchStr1("abc"); // pattern: abc stati...