Tweak rpminspect configuration

- git-all is a metapackage which is expected to be empty
- gitk and other scripts are written in Tcl thus they don't pass shell
  syntax check
This commit is contained in:
Aleksandra Fedorova 2021-11-16 19:03:32 +01:00
parent 68dbbbff32
commit b337c32a12
1 changed files with 11 additions and 0 deletions

11
rpminspect.yaml Normal file
View File

@ -0,0 +1,11 @@
---
shellsyntax:
ignore:
- /usr/libexec/git-core/git-gui # It is a Tcl script, not shell
- /usr/libexec/git-core/git-gui--askpass # It is a Tcl script, not shell
- /usr/bin/gitk # It is a Tcl script, not shell
emptyrpm:
expected_empty:
- git-all # metapackage