rpminspect.yaml: Add testdata to annocheck ignore

Related: RHEL-124836
This commit is contained in:
Edjunior Machado 2025-12-09 17:52:53 +01:00
parent b75244f94c
commit 4f73f44c11

View File

@ -1,4 +1,10 @@
---
annocheck:
ignore:
# go testdata
- /usr/lib/golang/src/debug/dwarf/testdata/*
- /usr/lib/golang/src/debug/elf/testdata/*
- /usr/lib/golang/src/runtime/pprof/testdata/*
debuginfo:
ignore:
# go binaries gained/contain debugging symbols: expected (rhbz#2175281 rhbz#2175677)