add cppcheck

This commit is contained in:
Louis Abel 2022-12-12 15:33:30 -07:00
parent cfa19130b1
commit f1ad52e52d
Signed by: label
GPG Key ID: 6735C0E1BD65D048
1 changed files with 21 additions and 0 deletions

View File

@ -14,6 +14,7 @@
# PyQt-builder
# spirv-headers
# mingw-w64-tools
# cppcheck
package {
name: "PyQt-builder"
type: PACKAGE_TYPE_NORMAL_SRC
@ -53,6 +54,26 @@ package {
}
}
package {
name: "cppcheck"
type: PACKAGE_TYPE_NORMAL_SRC
repository {
name: "hidden"
include_filter: "cppcheck.x86_64"
include_filter: "cppcheck-gui.x86_64"
include_filter: "cppcheck-htmlreport.x86_64"
include_filter: "cppcheck.aarch64"
include_filter: "cppcheck-gui.aarch64"
include_filter: "cppcheck-htmlreport.aarch64"
include_filter: "cppcheck.ppc64le"
include_filter: "cppcheck-gui.ppc64le"
include_filter: "cppcheck-htmlreport.ppc64le"
include_filter: "cppcheck.s390x"
include_filter: "cppcheck-gui.s390x"
include_filter: "cppcheck-htmlreport.s390x"
}
}
# All Excludes
#exclude_filter {
# repo_match: "plus"