File rpmlintrc of Package golang-github-go4org-go4
# We are preventing the stripping to keep backtraces intact
addFilter("unstripped-binary-or-object")
# Golang doesn't support dynamic linking yet in a proper way
addFilter("statically-linked-binary")
# We are aware of that but shorter names are not possible
addFilter("filename-too-long-for-joliet")
# The header file is a result of using a vendor tarball
addFilter("devel-file-in-non-devel-package")