- 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
12 lines
351 B
YAML
12 lines
351 B
YAML
---
|
|
|
|
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
|