mirror of
https://git.rockylinux.org/rocky/peridot-rocky.git
synced 2024-11-21 21:01:23 +00:00
add cppcheck
This commit is contained in:
parent
cfa19130b1
commit
f1ad52e52d
21
hidden.cfg
21
hidden.cfg
@ -14,6 +14,7 @@
|
|||||||
# PyQt-builder
|
# PyQt-builder
|
||||||
# spirv-headers
|
# spirv-headers
|
||||||
# mingw-w64-tools
|
# mingw-w64-tools
|
||||||
|
# cppcheck
|
||||||
package {
|
package {
|
||||||
name: "PyQt-builder"
|
name: "PyQt-builder"
|
||||||
type: PACKAGE_TYPE_NORMAL_SRC
|
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
|
# All Excludes
|
||||||
#exclude_filter {
|
#exclude_filter {
|
||||||
# repo_match: "plus"
|
# repo_match: "plus"
|
||||||
|
Loading…
Reference in New Issue
Block a user