From b844416aa19d0f588b868ccc292b6e60ec8e8769 Mon Sep 17 00:00:00 2001 From: Code <60588434+superusercode@users.noreply.github.com> Date: Thu, 28 May 2020 16:52:58 -0400 Subject: [PATCH] Create 2.0.yaml (#1096) --- manifests/Cppcheck/Cppcheck/2.0.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 manifests/Cppcheck/Cppcheck/2.0.yaml diff --git a/manifests/Cppcheck/Cppcheck/2.0.yaml b/manifests/Cppcheck/Cppcheck/2.0.yaml new file mode 100644 index 000000000..d695408fc --- /dev/null +++ b/manifests/Cppcheck/Cppcheck/2.0.yaml @@ -0,0 +1,15 @@ +Id: Cppcheck.Cppcheck +Version: 2.0 +Name: Cppcheck +Publisher: Cppcheck +License: GPL 3 or later +LicenseUrl: https://raw.githubusercontent.com/danmar/cppcheck/master/COPYING +AppMoniker: cppcheck +Tags: "cpp, c++, check, static, code, analysis, admin" +Description: Cppcheck is a static analysis tool for C/C++ code. Unlike C/C++ compilers and many other analysis tools it does not detect syntax errors in the code. Cppcheck primarily detects the types of bugs that the compilers normally do not detect. The goal is to detect only real errors in the code (i.e. have zero false positives). +Homepage: http://cppcheck.sourceforge.net/ +Installers: + - Arch: x64 + Url: https://github.com/danmar/cppcheck/releases/download/2.0/cppcheck-2.0-x64-Setup.msi + Sha256: 1876175164CF1559FB0F97C5746D8A6B326186021ABE4AC7308FC05A071DBB0F + InstallerType: msi