Skip to content

Commit 474293c

Browse files
authored
Instruct rpminspect to ignore xml jinja templates (teemtee#4635)
The `_base.xml.j2` template is incorrectly detected as `xml` and then always reported as a problem when releasing a new `tmt` in Fedora. Let's get rid of the false warning. * rpminspect/rpminspect#1545
1 parent 1519559 commit 474293c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packaging/rpm/rpminspect.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,8 @@ addedfiles:
33
ignore:
44
# rpminspect forbids /var/tmp prefix by default
55
- /var/tmp/tmt
6+
xml:
7+
ignore:
8+
# rpminspect is unable to detect jinja templates
9+
# https://github.com/rpminspect/rpminspect/issues/1545
10+
- /usr/lib/python3*/site-packages/tmt/steps/report/junit/templates/*.xml.j2

0 commit comments

Comments
 (0)