SHA256
1
0
forked from pool/vagrant
vagrant/vagrant-rpmlintrc

16 lines
897 B
Plaintext
Raw Normal View History

# man page is supposedly coming: https://github.com/mitchellh/vagrant/pull/2013
addFilter("no-manual-page-for-binary vagrant")
# These are (very) arguably worth keeping in the package.
addFilter("hidden-file-or-dir .*/\.(vimrc|yardopts)$")
# Standard spurious warnings from *.ri files, only needed for <= 12.3
addFilter("unexpanded-macro /usr/lib[^/]*/ruby/gems/[0-9.]+/doc/.+/ri/.*\.ri %[0-9a-f]{2}$")
addFilter("wrong-file-end-of-line-encoding /usr/lib[^/]*/ruby/gems/[0-9.]+/doc/.+/ri/.*\.ri$")
# It makes sense for bash completion functions to have a shebang line
# (e.g. since this indicates to editors that it's a shell-script file)
# but the file should not be executable.
addFilter("sourced-script-with-shebang /etc/bash_completion.d/vagrant.sh /bin/bash$")
addFilter("non-executable-script /usr/lib64/ruby/gems/[0-9.]+/gems/vagrant-[0-9.]+/contrib/bash/completion.sh 0644L /bin/bash")