File easybuild-rpmlintrc of Package easybuild
# CVS itself can be compiled as some projects may need it
addFilter("version-control-internal-file")
# fully intentional as default modules are hidden
addFilter("hidden-file-or-dir")
# scripts of the internal easybuild depend on bash and python
# as easybuilds depends on both this warnings can be ignored
addFilter("env-script-interpreter")
# easybuild itself will change mode of the scripts which it installs
addFilter("non-executable-script")
# files which ought to be sourced or scripts which can be installed by
# easybuild itself
addFilter("script-without-shebang")
# test package is part of the framework
addFilter("suse-filelist-forbidden-python-test-dir")
# zero length dummy.tgz file can be ignored
addFilter("zero-length")