Create 2.0.yaml (#1096)

This commit is contained in:
Code
2020-05-28 16:52:58 -04:00
committed by GitHub
parent e60e005b17
commit b844416aa1

View File

@@ -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